chore: prepare tokio-util v0.7.12 (#6823)

This commit is contained in:
Timo
2024-09-05 00:22:11 +02:00
committed by GitHub
parent 1166ecc2ac
commit 35f244ad09
2 changed files with 25 additions and 1 deletions
+24
View File
@@ -1,3 +1,27 @@
# 0.7.12 (September 5th, 2024)
This release bumps the MSRV to 1.70. ([#6645])
### Added
- sync: Add `run_until_cancelled` to `tokio_util::sync::CancellationToken` ([#6618])
- task: add `AbortOnDropHandle` type ([#6786])
### Changed
- deps: no default features for hashbrown ([#6541])
- time: wake `DelayQueue` when removing last item ([#6752])
- deps: enable the full feature when compiled for the playground ([#6818])
### Documented
- task: fix typo in `TaskTracker` docs ([#6792])
[#6645]: https://github.com/tokio-rs/tokio/pull/6645
[#6541]: https://github.com/tokio-rs/tokio/pull/6541
[#6618]: https://github.com/tokio-rs/tokio/pull/6618
[#6752]: https://github.com/tokio-rs/tokio/pull/6752
[#6786]: https://github.com/tokio-rs/tokio/pull/6786
[#6792]: https://github.com/tokio-rs/tokio/pull/6792
[#6818]: https://github.com/tokio-rs/tokio/pull/6818
# 0.7.11 (May 4th, 2024)
This release updates the MSRV to 1.63. ([#6126])
+1 -1
View File
@@ -4,7 +4,7 @@ name = "tokio-util"
# - Remove path dependencies
# - Update CHANGELOG.md.
# - Create "tokio-util-0.7.x" git tag.
version = "0.7.11"
version = "0.7.12"
edition = "2021"
rust-version = "1.70"
authors = ["Tokio Contributors <[email protected]>"]