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
@@ -9,7 +9,7 @@ tokio = { version = "1.5.0", path = "../tokio", features = ["full"] }
bencher = "0.1.5"
[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" }
[target.'cfg(unix)'.dependencies]