chore: prepare Tokio 1.7.2 release

This commit is contained in:
Carl Lerche
2021-07-06 14:35:36 -07:00
parent cbfdc9d69e
commit 998a125717
2 changed files with 12 additions and 2 deletions
+10
View File
@@ -1,3 +1,13 @@
# 1.7.2 (July 6, 2021)
Forward ports 1.5.1 fixes.
### Fixed
- runtime: remotely abort tasks on `JoinHandle::abort` ([#3934])
[#3934]: https://github.com/tokio-rs/tokio/pull/3934
# 1.7.1 (June 18, 2021)
### Fixed
+2 -2
View File
@@ -7,12 +7,12 @@ name = "tokio"
# - README.md
# - Update CHANGELOG.md.
# - Create "v1.0.x" git tag.
version = "1.7.1"
version = "1.7.2"
edition = "2018"
authors = ["Tokio Contributors <[email protected]>"]
license = "MIT"
readme = "README.md"
documentation = "https://docs.rs/tokio/1.7.1/tokio/"
documentation = "https://docs.rs/tokio/1.7.2/tokio/"
repository = "https://github.com/tokio-rs/tokio"
homepage = "https://tokio.rs"
description = """