Bump rw-stream-sink to 0.2 (#1377)

This commit is contained in:
Pierre Krieger
2020-01-07 15:54:39 +01:00
committed by GitHub
parent 84487cf904
commit 324f0dc326
5 changed files with 5 additions and 5 deletions

View File

@ -29,7 +29,7 @@ pin-project = "0.4.6"
protobuf = "=2.8.1" # note: see https://github.com/libp2p/rust-libp2p/issues/1363
quick-error = "1.2"
rand = "0.7"
rw-stream-sink = { version = "0.1.1", path = "../misc/rw-stream-sink" }
rw-stream-sink = { version = "0.2.0", path = "../misc/rw-stream-sink" }
sha2 = "0.8.0"
smallvec = "1.0"
unsigned-varint = "0.3"