Release v0.8.0

This commit is contained in:
Thomas de Zeeuw
2021-11-13 12:57:29 +01:00
parent 0e8834098f
commit fde5a334bb
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -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).
-1
View File
@@ -5,7 +5,6 @@ name = "mio"
# - Update CHANGELOG.md.
# - Create git tag
version = "0.8.0"
publish = false
license = "MIT"
authors = [
"Carl Lerche <me@carllerche.com>",