mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-04-24 18:52:14 +00:00
protocols/gossipsub/Cargo.toml: Fix feature name typo
This commit is contained in:
parent
db02cfae37
commit
9aaa624147
@ -19,7 +19,7 @@ futures = "0.3.5"
|
||||
rand = "0.7.3"
|
||||
asynchronous-codec = "0.5"
|
||||
wasm-timer = "0.2.4"
|
||||
unsigned-varint = { version = "0.6.0", features = ["asynchronous-codec"] }
|
||||
unsigned-varint = { version = "0.6.0", features = ["asynchronous_codec"] }
|
||||
log = "0.4.11"
|
||||
sha2 = "0.9.1"
|
||||
base64 = "0.13.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user