diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e0460381..a89ab08e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ -# 0.7.9 +# 0.7.10 + +## Fixes + +* Fix an instance of not doc(cfg(.*)) + (https://github.com/tokio-rs/mio/commit/25e8f911357c740034f10a170dfa4ea1b28234ce). ## Fixes diff --git a/Cargo.toml b/Cargo.toml index 5cf1dcfdc..3aedc7f7f 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.9" +version = "0.7.10" license = "MIT" authors = [ "Carl Lerche ", diff --git a/src/lib.rs b/src/lib.rs index a9aa2d7cd..f40b43ff3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -#![doc(html_root_url = "https://docs.rs/mio/0.7.9")] +#![doc(html_root_url = "https://docs.rs/mio/0.7.10")] #![deny( missing_docs, missing_debug_implementations,