mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
chore: prepare Tokio 1.6.2 release (#3859)
This commit is contained in:
parent
18779aa2e2
commit
dfe4013ff2
@ -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)
|
# 1.6.1 (May 28, 2021)
|
||||||
|
|
||||||
This release reverts [#3518] because it doesn't work on some kernels due to
|
This release reverts [#3518] because it doesn't work on some kernels due to
|
||||||
|
@ -7,12 +7,12 @@ name = "tokio"
|
|||||||
# - README.md
|
# - README.md
|
||||||
# - Update CHANGELOG.md.
|
# - Update CHANGELOG.md.
|
||||||
# - Create "v1.0.x" git tag.
|
# - Create "v1.0.x" git tag.
|
||||||
version = "1.6.1"
|
version = "1.6.2"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = ["Tokio Contributors <team@tokio.rs>"]
|
authors = ["Tokio Contributors <team@tokio.rs>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
readme = "README.md"
|
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"
|
repository = "https://github.com/tokio-rs/tokio"
|
||||||
homepage = "https://tokio.rs"
|
homepage = "https://tokio.rs"
|
||||||
description = """
|
description = """
|
||||||
|
Loading…
x
Reference in New Issue
Block a user