We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4009f0d commit 87a0260Copy full SHA for 87a0260
Cargo.toml
@@ -14,7 +14,7 @@ exclude = [".gitignore", ".github/*"]
14
[dependencies]
15
enr = { version = "0.10", features = ["k256", "ed25519"] }
16
tokio = { version = "1", features = ["net", "sync", "macros", "rt"] }
17
-libp2p = { version = "0.52", features = ["ed25519", "secp256k1"], optional = true }
+libp2p = { git= "https://github.com/sigp/rust-libp2p", rev="a70bef04c0c3e1dc35b812a597bb66ca89788e36", features = ["ed25519", "secp256k1"], optional = true }
18
zeroize = { version = "1", features = ["zeroize_derive"] }
19
futures = "0.3"
20
uint = { version = "0.9", default-features = false }
0 commit comments