From 01bb1ecf4dee073da65dfede4c845ac27c555af0 Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Fri, 10 Feb 2023 10:48:36 +0100 Subject: [PATCH] chore: prepare tokio-util v0.7.6 (#5447) --- 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 d6dd694e322..bcbba174668 100644 --- a/tokio-util/CHANGELOG.md +++ b/tokio-util/CHANGELOG.md @@ -1,3 +1,10 @@ +# 0.7.6 (February 10, 2023) + +This release fixes a compilation failure in 0.7.5 when it is used together with +Tokio version 1.21 and unstable features are enabled. ([#5445]) + +[#5445]: https://github.com/tokio-rs/tokio/pull/5445 + # 0.7.5 (February 9, 2023) This release fixes an accidental breaking change where `UnwindSafe` was diff --git a/tokio-util/Cargo.toml b/tokio-util/Cargo.toml index 6a42184014a..e9a840f97e2 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.5" +version = "0.7.6" edition = "2018" rust-version = "1.49" authors = ["Tokio Contributors "]