chore: prepare tokio-util v0.6.8 (#4087)

Signed-off-by: Toby Lawrence <[email protected]>
This commit is contained in:
Toby Lawrence
2021-09-03 10:57:27 -04:00
committed by GitHub
parent e31e06c5c2
commit 01a6feb0dc
2 changed files with 21 additions and 2 deletions
+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.7"
version = "0.6.8"
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.7/tokio_util"
documentation = "https://docs.rs/tokio-util/0.6.8/tokio_util"
description = """
Additional utilities for working with Tokio.
"""