mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-07 00:00:08 +02:00
chore: prepare tokio-util v0.7.7 (#5451)
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
# 0.7.7 (February 12, 2023)
|
||||||
|
|
||||||
|
This release reverts the removal of the `Encoder` bound on the `FramedParts`
|
||||||
|
constructor from [#5280] since it turned out to be a breaking change. ([#5450])
|
||||||
|
|
||||||
|
[#5450]: https://github.com/tokio-rs/tokio/pull/5450
|
||||||
|
|
||||||
# 0.7.6 (February 10, 2023)
|
# 0.7.6 (February 10, 2023)
|
||||||
|
|
||||||
This release fixes a compilation failure in 0.7.5 when it is used together with
|
This release fixes a compilation failure in 0.7.5 when it is used together with
|
||||||
|
|||||||
@@ -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.6"
|
version = "0.7.7"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
rust-version = "1.49"
|
rust-version = "1.49"
|
||||||
authors = ["Tokio Contributors <[email protected]>"]
|
authors = ["Tokio Contributors <[email protected]>"]
|
||||||
|
|||||||
Reference in New Issue
Block a user