mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-24 07:11:38 +00:00
Update unsigned-varint crate to v0.2.0 (#447)
This commit is contained in:
@ -10,7 +10,7 @@ futures = { version = "0.1" }
|
||||
log = "0.4"
|
||||
smallvec = "0.5"
|
||||
tokio-io = "0.1"
|
||||
unsigned-varint = { version = "0.1", features = ["codec"] }
|
||||
unsigned-varint = { version = "0.2", features = ["codec"] }
|
||||
|
||||
[dev-dependencies]
|
||||
tokio-current-thread = "0.1"
|
||||
|
Reference in New Issue
Block a user