Skip to content

Commit

Permalink
Pin forks
Browse files Browse the repository at this point in the history
  • Loading branch information
AgeManning committed Jan 9, 2024
1 parent 8e1df10 commit 75cba43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions beacon_node/lighthouse_network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ prometheus-client = "0.22.0"
unused_port = { workspace = true }
delay_map = { workspace = true }
void = "1"
libp2p-mplex = { git = "https://github.com/sigp/rust-libp2p/", branch = "lighthouse-gossipsub"}
libp2p-mplex = { git = "https://github.com/sigp/rust-libp2p/", rev = "c223884355e645c0543af10fa48b4b23ca0b5014" }

[dependencies.libp2p]
git = "https://github.com/sigp/rust-libp2p/"
branch = "lighthouse-gossipsub"
rev = "c223884355e645c0543af10fa48b4b23ca0b5014"
default-features = false
features = ["identify", "yamux", "noise", "gossipsub", "dns", "tcp", "tokio", "plaintext", "secp256k1", "macros", "ecdsa", "metrics", "quic"]

Expand Down

0 comments on commit 75cba43

Please sign in to comment.