From 772c692150c711d7bdd72b5c6287072b8914e519 Mon Sep 17 00:00:00 2001 From: Thomas de Zeeuw Date: Mon, 22 Mar 2021 22:44:13 +0100 Subject: [PATCH] Release v0.7.11 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- src/lib.rs | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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,