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
+1 -1
View File
@@ -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"