mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-29 00:00:11 +02:00
chore: prepare tokio-util v0.7.15 (#7283)
This commit is contained in:
@@ -1,3 +1,21 @@
|
|||||||
|
# 0.7.15 (April 23rd, 2025)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- task: properly handle removed entries in `JoinMap` ([#7264])
|
||||||
|
|
||||||
|
### Updated
|
||||||
|
|
||||||
|
- deps: update hashbrown to 0.15 ([#7219])
|
||||||
|
|
||||||
|
### Documented
|
||||||
|
|
||||||
|
- task: explicitly state that `TaskTracker` does not abort tasks on Drop ([#7223])
|
||||||
|
|
||||||
|
[#7219]: https://github.com/tokio-rs/tokio/pull/7219
|
||||||
|
[#7223]: https://github.com/tokio-rs/tokio/pull/7223
|
||||||
|
[#7264]: https://github.com/tokio-rs/tokio/pull/7264
|
||||||
|
|
||||||
# 0.7.14 (March 12th, 2025)
|
# 0.7.14 (March 12th, 2025)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ name = "tokio-util"
|
|||||||
# - Remove path dependencies
|
# - Remove path dependencies
|
||||||
# - Update CHANGELOG.md.
|
# - Update CHANGELOG.md.
|
||||||
# - Create "tokio-util-0.7.x" git tag.
|
# - Create "tokio-util-0.7.x" git tag.
|
||||||
version = "0.7.14"
|
version = "0.7.15"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.70"
|
rust-version = "1.70"
|
||||||
authors = ["Tokio Contributors <[email protected]>"]
|
authors = ["Tokio Contributors <[email protected]>"]
|
||||||
|
|||||||
Reference in New Issue
Block a user