From 4a26992e5be662e5ee7870684a815a68fdc73b01 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Mon, 19 Jul 2021 10:42:02 -0700 Subject: [PATCH] chore: prepare Tokio 1.7.3 --- tokio/CHANGELOG.md | 8 ++++++++ tokio/Cargo.toml | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/tokio/CHANGELOG.md b/tokio/CHANGELOG.md index e575c848c..f999db68c 100644 --- a/tokio/CHANGELOG.md +++ b/tokio/CHANGELOG.md @@ -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. diff --git a/tokio/Cargo.toml b/tokio/Cargo.toml index d8b2ad987..45f30ddea 100644 --- a/tokio/Cargo.toml +++ b/tokio/Cargo.toml @@ -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 "] 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 = """