diff --git a/CHANGELOG.md b/CHANGELOG.md index a89ab08e6..72cb770ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 0.7.11 + +## Fixes + +* Fix missing feature of winapi. + (https://github.com/tokio-rs/mio/commit/a7e61db9e3c2b929ef1a33532bfcc22045d163ce). + # 0.7.10 ## Fixes diff --git a/Cargo.toml b/Cargo.toml index 81154aea4..a14d17ded 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ name = "mio" # - Update CHANGELOG.md. # - Update doc URL. # - Create git tag -version = "0.7.10" +version = "0.7.11" license = "MIT" authors = [ "Carl Lerche ", diff --git a/src/lib.rs b/src/lib.rs index f40b43ff3..ad417c2bb 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -#![doc(html_root_url = "https://docs.rs/mio/0.7.10")] +#![doc(html_root_url = "https://docs.rs/mio/0.7.11")] #![deny( missing_docs, missing_debug_implementations,