From e629ad7c9ac48df0cede0620c44e0ea652f45af9 Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Sun, 12 Feb 2023 12:42:38 +0100 Subject: [PATCH] chore: prepare tokio-util v0.7.7 (#5451) --- tokio-util/CHANGELOG.md | 7 +++++++ tokio-util/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/tokio-util/CHANGELOG.md b/tokio-util/CHANGELOG.md index bcbba1746..0c11b2144 100644 --- a/tokio-util/CHANGELOG.md +++ b/tokio-util/CHANGELOG.md @@ -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 diff --git a/tokio-util/Cargo.toml b/tokio-util/Cargo.toml index e9a840f97..267662b4d 100644 --- a/tokio-util/Cargo.toml +++ b/tokio-util/Cargo.toml @@ -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 "]