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 = """