From deb1f981256a93d89db178e69a9c9578a8487cde Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Fri, 14 May 2021 18:22:08 +0200 Subject: [PATCH] chore: prepare tokio-util v0.6.7 (#3784) --- tokio-util/CHANGELOG.md | 10 ++++++++++ tokio-util/Cargo.toml | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/tokio-util/CHANGELOG.md b/tokio-util/CHANGELOG.md index a490cd799..613da1b2e 100644 --- a/tokio-util/CHANGELOG.md +++ b/tokio-util/CHANGELOG.md @@ -1,3 +1,13 @@ +# 0.6.7 (May 14, 2021) + +### Added + +- udp: make `UdpFramed` take `Borrow` ([#3451]) +- compat: implement `AsRawFd`/`AsRawHandle` for `Compat` ([#3765]) + +[#3451]: https://github.com/tokio-rs/tokio/pull/3451 +[#3765]: https://github.com/tokio-rs/tokio/pull/3765 + # 0.6.6 (April 12, 2021) ### Added diff --git a/tokio-util/Cargo.toml b/tokio-util/Cargo.toml index 638e1602d..e589c20db 100644 --- a/tokio-util/Cargo.toml +++ b/tokio-util/Cargo.toml @@ -6,13 +6,13 @@ name = "tokio-util" # - Cargo.toml # - Update CHANGELOG.md. # - Create "tokio-util-0.6.x" git tag. -version = "0.6.6" +version = "0.6.7" edition = "2018" authors = ["Tokio Contributors "] license = "MIT" repository = "https://github.com/tokio-rs/tokio" homepage = "https://tokio.rs" -documentation = "https://docs.rs/tokio-util/0.6.6/tokio_util" +documentation = "https://docs.rs/tokio-util/0.6.7/tokio_util" description = """ Additional utilities for working with Tokio. """