Skip to content

Commit 4b6bb1d

Browse files
authored
chore(util): start v0.7 release cycle (#4313)
* chore(util): start v0.7 release cycle Signed-off-by: Toby Lawrence <[email protected]>
1 parent eb1af7f commit 4b6bb1d

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

benches/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tokio = { version = "1.5.0", path = "../tokio", features = ["full"] }
99
bencher = "0.1.5"
1010

1111
[dev-dependencies]
12-
tokio-util = { version = "0.6.6", path = "../tokio-util", features = ["full"] }
12+
tokio-util = { version = "0.7.0", path = "../tokio-util", features = ["full"] }
1313
tokio-stream = { path = "../tokio-stream" }
1414

1515
[target.'cfg(unix)'.dependencies]

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2018"
88
# [dependencies] instead.
99
[dev-dependencies]
1010
tokio = { version = "1.0.0", path = "../tokio",features = ["full", "tracing"] }
11-
tokio-util = { version = "0.6.3", path = "../tokio-util",features = ["full"] }
11+
tokio-util = { version = "0.7.0", path = "../tokio-util",features = ["full"] }
1212
tokio-stream = { version = "0.1", path = "../tokio-stream" }
1313

1414
tracing = "0.1"

tokio-stream/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ signal = ["tokio/signal"]
2929
futures-core = { version = "0.3.0" }
3030
pin-project-lite = "0.2.0"
3131
tokio = { version = "1.8.0", path = "../tokio", features = ["sync"] }
32-
tokio-util = { version = "0.6.3", path = "../tokio-util", optional = true }
32+
tokio-util = { version = "0.7.0", path = "../tokio-util", optional = true }
3333

3434
[dev-dependencies]
3535
tokio = { version = "1.2.0", path = "../tokio", features = ["full", "test-util"] }

tokio-util/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name = "tokio-util"
33
# When releasing to crates.io:
44
# - Remove path dependencies
55
# - Update CHANGELOG.md.
6-
# - Create "tokio-util-0.6.x" git tag.
7-
version = "0.6.9"
6+
# - Create "tokio-util-0.7.x" git tag.
7+
version = "0.7.0"
88
edition = "2018"
99
rust-version = "1.46"
1010
authors = ["Tokio Contributors <[email protected]>"]
@@ -15,6 +15,7 @@ description = """
1515
Additional utilities for working with Tokio.
1616
"""
1717
categories = ["asynchronous"]
18+
publish = false
1819

1920
[features]
2021
# No features on by default

0 commit comments

Comments
 (0)