Skip to content

Commit

Permalink
protocols/gossipsub/Cargo.toml: Fix feature name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Jan 12, 2021
1 parent db02cfa commit 9aaa624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/gossipsub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9aaa624

Please sign in to comment.