chore: prepare tokio-util v0.7.7 (#5451)

This commit is contained in:
Alice Ryhl
2023-02-12 12:42:38 +01:00
committed by GitHub
parent 36fdccc3bc
commit e629ad7c9a
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -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)
This release fixes a compilation failure in 0.7.5 when it is used together with
+1 -1
View File
@@ -4,7 +4,7 @@ name = "tokio-util"
# - Remove path dependencies
# - Update CHANGELOG.md.
# - Create "tokio-util-0.7.x" git tag.
version = "0.7.6"
version = "0.7.7"
edition = "2018"
rust-version = "1.49"
authors = ["Tokio Contributors <[email protected]>"]