chore: prepare tokio-util v0.6.5 (#3622)

This commit is contained in:
David Pedersen
2021-03-20 12:16:56 +01:00
committed by GitHub
parent dcac336dc7
commit b1310ad14d
2 changed files with 10 additions and 2 deletions
+8
View File
@@ -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
+2 -2
View File
@@ -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 <[email protected]>"]
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.
"""