Skip to content

Commit

Permalink
chore: prepare tokio-util 0.6.10 (#4691)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn committed May 14, 2022
1 parent 0105d99 commit 2659adf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions tokio-util/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tokio-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <team@tokio.rs>"]
license = "MIT"
Expand Down

0 comments on commit 2659adf

Please sign in to comment.