chore: prepare tokio-util 0.6.10 (#4691)

This commit is contained in:
Alice Ryhl
2022-05-14 20:16:41 +02:00
parent 0105d9971f
commit 2659adf5fe
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -1,3 +1,9 @@
# 0.6.10 (May 14, 2021)
This is a backport for a memory leak in `CancellationToken`. ([#4652])
[#4652]: https://github.com/tokio-rs/tokio/pull/4652
# 0.6.9 (October 29, 2021)
### Added
+1 -1
View File
@@ -6,7 +6,7 @@ name = "tokio-util"
# - Cargo.toml
# - Update CHANGELOG.md.
# - Create "tokio-util-0.6.x" git tag.
version = "0.6.9"
version = "0.6.10"
edition = "2018"
authors = ["Tokio Contributors <[email protected]>"]
license = "MIT"