File tree 2 files changed +25
-1
lines changed
2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 0.7.12 (September 5th, 2024)
2
+
3
+ This release bumps the MSRV to 1.70. ([ #6645 ] )
4
+
5
+ ### Added
6
+ - sync: Add ` run_until_cancelled ` to ` tokio_util::sync::CancellationToken ` ([ #6618 ] )
7
+ - task: add ` AbortOnDropHandle ` type ([ #6786 ] )
8
+
9
+ ### Changed
10
+ - deps: no default features for hashbrown ([ #6541 ] )
11
+ - time: wake ` DelayQueue ` when removing last item ([ #6752 ] )
12
+ - deps: enable the full feature when compiled for the playground ([ #6818 ] )
13
+
14
+ ### Documented
15
+ - task: fix typo in ` TaskTracker ` docs ([ #6792 ] )
16
+
17
+ [ #6645 ] : https://github.com/tokio-rs/tokio/pull/6645
18
+ [ #6541 ] : https://github.com/tokio-rs/tokio/pull/6541
19
+ [ #6618 ] : https://github.com/tokio-rs/tokio/pull/6618
20
+ [ #6752 ] : https://github.com/tokio-rs/tokio/pull/6752
21
+ [ #6786 ] : https://github.com/tokio-rs/tokio/pull/6786
22
+ [ #6792 ] : https://github.com/tokio-rs/tokio/pull/6792
23
+ [ #6818 ] : https://github.com/tokio-rs/tokio/pull/6818
24
+
1
25
# 0.7.11 (May 4th, 2024)
2
26
3
27
This release updates the MSRV to 1.63. ([ #6126 ] )
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.11 "
7
+ version = " 0.7.12 "
8
8
edition = " 2021"
9
9
rust-version = " 1.70"
10
10
authors = [
" Tokio Contributors <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments