From dfe4013ff269c5351391e9a163a2e60bf36c696b Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Mon, 14 Jun 2021 17:50:34 -0700 Subject: [PATCH] chore: prepare Tokio 1.6.2 release (#3859) --- 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 f6537a5be81..9becb130165 100644 --- a/tokio/CHANGELOG.md +++ b/tokio/CHANGELOG.md @@ -1,3 +1,11 @@ +# 1.6.2 (June 14, 2021) + +### Fixes + +- test: sub-ms `time:advance` regression introduced in 1.6 ([#3852]) + +[#3852]: https://github.com/tokio-rs/tokio/pull/3852 + # 1.6.1 (May 28, 2021) This release reverts [#3518] because it doesn't work on some kernels due to diff --git a/tokio/Cargo.toml b/tokio/Cargo.toml index 7e82c7850db..1c00328966c 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.6.1" +version = "1.6.2" edition = "2018" authors = ["Tokio Contributors "] license = "MIT" readme = "README.md" -documentation = "https://docs.rs/tokio/1.6.0/tokio/" +documentation = "https://docs.rs/tokio/1.6.2/tokio/" repository = "https://github.com/tokio-rs/tokio" homepage = "https://tokio.rs" description = """