chore: prepare Tokio v1.6.1

This commit is contained in:
Alice Ryhl
2021-05-28 09:59:28 -07:00
committed by Carl Lerche
parent 3fbcf1ba50
commit 1baea398c4
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -1,3 +1,11 @@
# 1.6.1 (May 28, 2021)
This release reverts [#3518] because it doesn't work on some kernels due to
a kernel bug. ([#3803])
[#3518]: https://github.com/tokio-rs/tokio/issues/3518
[#3803]: https://github.com/tokio-rs/tokio/issues/3803
# 1.6.0 (May 14, 2021)
### Added
+1 -1
View File
@@ -7,7 +7,7 @@ name = "tokio"
# - README.md
# - Update CHANGELOG.md.
# - Create "v1.0.x" git tag.
version = "1.6.0"
version = "1.6.1"
edition = "2018"
authors = ["Tokio Contributors <[email protected]>"]
license = "MIT"