remove extra path deps

This commit is contained in:
Lucio Franco
2019-09-01 12:53:12 -04:00
parent 420ca8484a
commit 4861354d46
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ prost-derive = "0.5"
bytes = "0.4"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
async-stream = { path = "../../async-stream/async-stream" }
async-stream = { git = "https://github.com/tokio-rs/async-stream" }
http = "0.1"
[build-dependencies]