From 5234b5f19dd79b817cd74fc4fe25c9aad2e3e24c Mon Sep 17 00:00:00 2001 From: Thomas de Zeeuw Date: Sat, 13 Nov 2021 12:57:29 +0100 Subject: [PATCH] Release v0.8.0 --- CHANGELOG.md | 2 +- Cargo.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d507f6080..65dce4f32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ * pipe (replaced with "os-ext" feature). * `TcpSocket` type (https://github.com/tokio-rs/mio/commit/02e9be41f27daf822575444fdd2b3067433a5996). - The socket2 crate provide all the functionality and more. + The socket2 crate provides all the functionality and more. * Support for Solaris, it never really worked anyway (https://github.com/tokio-rs/mio/pull/1528). diff --git a/Cargo.toml b/Cargo.toml index eebf857e4..262ab6ba1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,6 @@ name = "mio" # - Update CHANGELOG.md. # - Create git tag version = "0.8.0" -publish = false license = "MIT" authors = [ "Carl Lerche ",