protocols/gossipsub/Cargo.toml: Fix feature name typo

This commit is contained in:
Max Inden 2021-01-12 21:07:18 +01:00
parent db02cfae37
commit 9aaa624147
No known key found for this signature in database
GPG Key ID: 5403C5464810BC26

View File

@ -19,7 +19,7 @@ futures = "0.3.5"
rand = "0.7.3" rand = "0.7.3"
asynchronous-codec = "0.5" asynchronous-codec = "0.5"
wasm-timer = "0.2.4" 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" log = "0.4.11"
sha2 = "0.9.1" sha2 = "0.9.1"
base64 = "0.13.0" base64 = "0.13.0"