Skip to content

Commit 87a0260

Browse files
committed
Use specific libp2p
1 parent 4009f0d commit 87a0260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ exclude = [".gitignore", ".github/*"]
1414
[dependencies]
1515
enr = { version = "0.10", features = ["k256", "ed25519"] }
1616
tokio = { version = "1", features = ["net", "sync", "macros", "rt"] }
17-
libp2p = { version = "0.52", features = ["ed25519", "secp256k1"], optional = true }
17+
libp2p = { git= "https://github.com/sigp/rust-libp2p", rev="a70bef04c0c3e1dc35b812a597bb66ca89788e36", features = ["ed25519", "secp256k1"], optional = true }
1818
zeroize = { version = "1", features = ["zeroize_derive"] }
1919
futures = "0.3"
2020
uint = { version = "0.9", default-features = false }

0 commit comments

Comments
 (0)