From b1310ad14d95f96eefc859790f7fc69b1b05b317 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Sat, 20 Mar 2021 12:16:56 +0100 Subject: [PATCH] chore: prepare tokio-util v0.6.5 (#3622) --- tokio-util/CHANGELOG.md | 8 ++++++++ tokio-util/Cargo.toml | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/tokio-util/CHANGELOG.md b/tokio-util/CHANGELOG.md index 98f15304f..1b67e5184 100644 --- a/tokio-util/CHANGELOG.md +++ b/tokio-util/CHANGELOG.md @@ -1,3 +1,11 @@ +# 0.6.5 (March 20, 2021) + +### Fixed + +- util: annotate time module as requiring `time` feature ([#3606]) + +[#3606]: https://github.com/tokio-rs/tokio/pull/3606 + # 0.6.4 (March 9, 2021) ### Added diff --git a/tokio-util/Cargo.toml b/tokio-util/Cargo.toml index 53d8a2b85..cf44bb794 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.4" +version = "0.6.5" 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.4/tokio_util" +documentation = "https://docs.rs/tokio-util/0.6.5/tokio_util" description = """ Additional utilities for working with Tokio. """