chore(util): start v0.7 release cycle (#4313)

* chore(util): start v0.7 release cycle

Signed-off-by: Toby Lawrence <[email protected]>
This commit is contained in:
Toby Lawrence
2021-12-10 13:16:17 -05:00
committed by GitHub
parent eb1af7f29c
commit 4b6bb1d9a7
4 changed files with 6 additions and 5 deletions
+3 -2
View File
@@ -3,8 +3,8 @@ name = "tokio-util"
# When releasing to crates.io:
# - Remove path dependencies
# - Update CHANGELOG.md.
# - Create "tokio-util-0.6.x" git tag.
version = "0.6.9"
# - Create "tokio-util-0.7.x" git tag.
version = "0.7.0"
edition = "2018"
rust-version = "1.46"
authors = ["Tokio Contributors <[email protected]>"]
@@ -15,6 +15,7 @@ description = """
Additional utilities for working with Tokio.
"""
categories = ["asynchronous"]
publish = false
[features]
# No features on by default