mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
chore: prepare tokio-util 0.6.9 (#4199)
This commit is contained in:
parent
ac89d8926d
commit
aa03622cf3
@ -1,3 +1,20 @@
|
|||||||
|
# 0.6.9 (October 29, 2021)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- codec: implement `Clone` for `LengthDelimitedCodec` ([#4089])
|
||||||
|
- io: add `SyncIoBridge` ([#4146])
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- time: update deadline on removal in `DelayQueue` ([#4178])
|
||||||
|
- codec: Update stream impl for Framed to return None after Err ([#4166])
|
||||||
|
|
||||||
|
[#4089]: https://github.com/tokio-rs/tokio/pull/4089
|
||||||
|
[#4146]: https://github.com/tokio-rs/tokio/pull/4146
|
||||||
|
[#4166]: https://github.com/tokio-rs/tokio/pull/4166
|
||||||
|
[#4178]: https://github.com/tokio-rs/tokio/pull/4178
|
||||||
|
|
||||||
# 0.6.8 (September 3, 2021)
|
# 0.6.8 (September 3, 2021)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -6,13 +6,13 @@ name = "tokio-util"
|
|||||||
# - Cargo.toml
|
# - Cargo.toml
|
||||||
# - Update CHANGELOG.md.
|
# - Update CHANGELOG.md.
|
||||||
# - Create "tokio-util-0.6.x" git tag.
|
# - Create "tokio-util-0.6.x" git tag.
|
||||||
version = "0.6.8"
|
version = "0.6.9"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = ["Tokio Contributors <team@tokio.rs>"]
|
authors = ["Tokio Contributors <team@tokio.rs>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://github.com/tokio-rs/tokio"
|
repository = "https://github.com/tokio-rs/tokio"
|
||||||
homepage = "https://tokio.rs"
|
homepage = "https://tokio.rs"
|
||||||
documentation = "https://docs.rs/tokio-util/0.6.8/tokio_util"
|
documentation = "https://docs.rs/tokio-util/0.6.9/tokio_util"
|
||||||
description = """
|
description = """
|
||||||
Additional utilities for working with Tokio.
|
Additional utilities for working with Tokio.
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user