chore: prepare Tokio 1.7.3

This commit is contained in:
Carl Lerche
2021-07-19 11:24:45 -07:00
parent 937208562f
commit 4a26992e5b
2 changed files with 10 additions and 2 deletions
+8
View File
@@ -1,3 +1,11 @@
# 1.7.3 (July 19, 2021)
Fixes a missed edge case from 1.7.2.
### Fixed
- runtime: drop canceled future on next poll (#3965)
# 1.7.2 (July 6, 2021)
Forward ports 1.5.1 fixes.
+2 -2
View File
@@ -7,12 +7,12 @@ name = "tokio"
# - README.md
# - Update CHANGELOG.md.
# - Create "v1.0.x" git tag.
version = "1.7.2"
version = "1.7.3"
edition = "2018"
authors = ["Tokio Contributors <[email protected]>"]
license = "MIT"
readme = "README.md"
documentation = "https://docs.rs/tokio/1.7.2/tokio/"
documentation = "https://docs.rs/tokio/1.7.3/tokio/"
repository = "https://github.com/tokio-rs/tokio"
homepage = "https://tokio.rs"
description = """