mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-26 00:00:16 +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
@@ -8,7 +8,7 @@ edition = "2018"
|
||||
# [dependencies] instead.
|
||||
[dev-dependencies]
|
||||
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" }
|
||||
|
||||
tracing = "0.1"
|
||||
|
||||
Reference in New Issue
Block a user