File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 1+ # 0.7.8 (April 25th, 2023)
2+
3+ This release bumps the MSRV of tokio-util to 1.56.
4+
5+ ### Added
6+
7+ - time: add ` DelayQueue::peek ` ([ #5569 ] )
8+
9+ ### Changed
10+
11+ This release contains one performance improvement:
12+
13+ - sync: try to lock the parent first in ` CancellationToken ` ([ #5561 ] )
14+
15+ ### Fixed
16+
17+ - time: fix panic in ` DelayQueue ` ([ #5630 ] )
18+
19+ ### Documented
20+
21+ - sync: improve ` CancellationToken ` doc on child tokens ([ #5632 ] )
22+
23+ [ #5561 ] : https://github.com/tokio-rs/tokio/pull/5561
24+ [ #5569 ] : https://github.com/tokio-rs/tokio/pull/5569
25+ [ #5630 ] : https://github.com/tokio-rs/tokio/pull/5630
26+ [ #5632 ] : https://github.com/tokio-rs/tokio/pull/5632
27+
128# 0.7.7 (February 12, 2023)
229
330This release reverts the removal of the ` Encoder ` bound on the ` FramedParts `
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name = "tokio-util"
44# - Remove path dependencies
55# - Update CHANGELOG.md.
66# - Create "tokio-util-0.7.x" git tag.
7- version = " 0.7.7 "
7+ version = " 0.7.8 "
88edition = " 2021"
99rust-version = " 1.56"
1010authors = [" Tokio Contributors <team@tokio.rs>" ]
You can’t perform that action at this time.
0 commit comments