From 998a1257171e4845c7af9ae556b74c88d963c887 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Tue, 6 Jul 2021 14:35:36 -0700 Subject: [PATCH] chore: prepare Tokio 1.7.2 release --- tokio/CHANGELOG.md | 10 ++++++++++ tokio/Cargo.toml | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/tokio/CHANGELOG.md b/tokio/CHANGELOG.md index 1b94eed5ff4..e575c848cf1 100644 --- a/tokio/CHANGELOG.md +++ b/tokio/CHANGELOG.md @@ -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 diff --git a/tokio/Cargo.toml b/tokio/Cargo.toml index fb9f546c58e..d8b2ad987d6 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.1" +version = "1.7.2" edition = "2018" authors = ["Tokio Contributors "] 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 = """