tokio-stream: add wrapper for broadcast and watch (#3384)

This commit is contained in:
Fuyang Liu
2021-02-05 19:56:24 +01:00
committed by GitHub
parent 77ca8a934c
commit 1c1e0e3fc9
5 changed files with 132 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ edition = "2018"
# [dependencies] instead.
[dev-dependencies]
tokio = { version = "1.0.0", features = ["full", "tracing"] }
tokio-util = { version = "0.6.1", features = ["full"] }
tokio-util = { version = "0.6.3", features = ["full"] }
tokio-stream = { version = "0.1" }
async-stream = "0.3"