mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
chore: prepare tokio-util 0.7.3 (#4744)
This commit is contained in:
parent
0241f1c54d
commit
14c77bc434
@ -1,3 +1,19 @@
|
|||||||
|
# 0.7.3 (June 4, 2022)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- tracing: don't require default tracing features ([#4592])
|
||||||
|
- util: simplify implementation of `ReusableBoxFuture` ([#4675])
|
||||||
|
|
||||||
|
### Added (unstable)
|
||||||
|
|
||||||
|
- task: add `JoinMap` ([#4640], [#4697])
|
||||||
|
|
||||||
|
[#4592]: https://github.com/tokio-rs/tokio/pull/4592
|
||||||
|
[#4640]: https://github.com/tokio-rs/tokio/pull/4640
|
||||||
|
[#4675]: https://github.com/tokio-rs/tokio/pull/4675
|
||||||
|
[#4697]: https://github.com/tokio-rs/tokio/pull/4697
|
||||||
|
|
||||||
# 0.7.2 (May 14, 2022)
|
# 0.7.2 (May 14, 2022)
|
||||||
|
|
||||||
This release contains a rewrite of `CancellationToken` that fixes a memory leak. ([#4652])
|
This release contains a rewrite of `CancellationToken` that fixes a memory leak. ([#4652])
|
||||||
|
@ -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.2"
|
version = "0.7.3"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
rust-version = "1.49"
|
rust-version = "1.49"
|
||||||
authors = ["Tokio Contributors <team@tokio.rs>"]
|
authors = ["Tokio Contributors <team@tokio.rs>"]
|
||||||
@ -34,7 +34,7 @@ rt = ["tokio/rt", "tokio/sync", "futures-util", "hashbrown"]
|
|||||||
__docs_rs = ["futures-util"]
|
__docs_rs = ["futures-util"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tokio = { version = "1.18.0", path = "../tokio", features = ["sync"] }
|
tokio = { version = "1.19.0", path = "../tokio", features = ["sync"] }
|
||||||
bytes = "1.0.0"
|
bytes = "1.0.0"
|
||||||
futures-core = "0.3.0"
|
futures-core = "0.3.0"
|
||||||
futures-sink = "0.3.0"
|
futures-sink = "0.3.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user