mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-09 00:00:08 +02:00
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:
+1
-1
@@ -9,7 +9,7 @@ tokio = { version = "1.5.0", path = "../tokio", features = ["full"] }
|
|||||||
bencher = "0.1.5"
|
bencher = "0.1.5"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tokio-util = { version = "0.6.6", path = "../tokio-util", features = ["full"] }
|
tokio-util = { version = "0.7.0", path = "../tokio-util", features = ["full"] }
|
||||||
tokio-stream = { path = "../tokio-stream" }
|
tokio-stream = { path = "../tokio-stream" }
|
||||||
|
|
||||||
[target.'cfg(unix)'.dependencies]
|
[target.'cfg(unix)'.dependencies]
|
||||||
|
|||||||
+1
-1
@@ -8,7 +8,7 @@ edition = "2018"
|
|||||||
# [dependencies] instead.
|
# [dependencies] instead.
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tokio = { version = "1.0.0", path = "../tokio",features = ["full", "tracing"] }
|
tokio = { version = "1.0.0", path = "../tokio",features = ["full", "tracing"] }
|
||||||
tokio-util = { version = "0.6.3", path = "../tokio-util",features = ["full"] }
|
tokio-util = { version = "0.7.0", path = "../tokio-util",features = ["full"] }
|
||||||
tokio-stream = { version = "0.1", path = "../tokio-stream" }
|
tokio-stream = { version = "0.1", path = "../tokio-stream" }
|
||||||
|
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ signal = ["tokio/signal"]
|
|||||||
futures-core = { version = "0.3.0" }
|
futures-core = { version = "0.3.0" }
|
||||||
pin-project-lite = "0.2.0"
|
pin-project-lite = "0.2.0"
|
||||||
tokio = { version = "1.8.0", path = "../tokio", features = ["sync"] }
|
tokio = { version = "1.8.0", path = "../tokio", features = ["sync"] }
|
||||||
tokio-util = { version = "0.6.3", path = "../tokio-util", optional = true }
|
tokio-util = { version = "0.7.0", path = "../tokio-util", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tokio = { version = "1.2.0", path = "../tokio", features = ["full", "test-util"] }
|
tokio = { version = "1.2.0", path = "../tokio", features = ["full", "test-util"] }
|
||||||
|
|||||||
@@ -3,8 +3,8 @@ name = "tokio-util"
|
|||||||
# When releasing to crates.io:
|
# When releasing to crates.io:
|
||||||
# - Remove path dependencies
|
# - Remove path dependencies
|
||||||
# - Update CHANGELOG.md.
|
# - Update CHANGELOG.md.
|
||||||
# - Create "tokio-util-0.6.x" git tag.
|
# - Create "tokio-util-0.7.x" git tag.
|
||||||
version = "0.6.9"
|
version = "0.7.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
rust-version = "1.46"
|
rust-version = "1.46"
|
||||||
authors = ["Tokio Contributors <[email protected]>"]
|
authors = ["Tokio Contributors <[email protected]>"]
|
||||||
@@ -15,6 +15,7 @@ description = """
|
|||||||
Additional utilities for working with Tokio.
|
Additional utilities for working with Tokio.
|
||||||
"""
|
"""
|
||||||
categories = ["asynchronous"]
|
categories = ["asynchronous"]
|
||||||
|
publish = false
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
# No features on by default
|
# No features on by default
|
||||||
|
|||||||
Reference in New Issue
Block a user