File tree 2 files changed +19
-1
lines changed 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 0.7.15 (April 23rd, 2025)
2
+
3
+ ### Fixed
4
+
5
+ - task: properly handle removed entries in ` JoinMap ` ([ #7264 ] )
6
+
7
+ ### Updated
8
+
9
+ - deps: update hashbrown to 0.15 ([ #7219 ] )
10
+
11
+ ### Documented
12
+
13
+ - task: explicitly state that ` TaskTracker ` does not abort tasks on Drop ([ #7223 ] )
14
+
15
+ [ #7219 ] : https://github.com/tokio-rs/tokio/pull/7219
16
+ [ #7223 ] : https://github.com/tokio-rs/tokio/pull/7223
17
+ [ #7264 ] : https://github.com/tokio-rs/tokio/pull/7264
18
+
1
19
# 0.7.14 (March 12th, 2025)
2
20
3
21
### Added
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name = "tokio-util"
4
4
# - Remove path dependencies
5
5
# - Update CHANGELOG.md.
6
6
# - Create "tokio-util-0.7.x" git tag.
7
- version = " 0.7.14 "
7
+ version = " 0.7.15 "
8
8
edition = " 2021"
9
9
rust-version = " 1.70"
10
10
authors = [" Tokio Contributors <team@tokio.rs>" ]
You can’t perform that action at this time.
0 commit comments