Skip to content

Commit

Permalink
Pin litep2p to valid commit instead of master
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpolaczyk committed Jun 12, 2024
1 parent bd3dd97 commit 1bbb680
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion substrate/client/network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ sp-blockchain = { path = "../../primitives/blockchain" }
sp-core = { path = "../../primitives/core" }
sp-runtime = { path = "../../primitives/runtime" }
wasm-timer = "0.2"
litep2p = { git = "https://github.com/paritytech/litep2p", branch = "master" }
litep2p = { git = "https://github.com/paritytech/litep2p", rev = "b142c9eb611fb2fe78d2830266a3675b37299ceb" }
once_cell = "1.18.0"
void = "1.0.2"
schnellru = "0.2.1"
Expand Down
2 changes: 1 addition & 1 deletion substrate/client/network/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ documentation = "https://docs.rs/sc-network-types"
[dependencies]
bs58 = "0.4.0"
libp2p-identity = { version = "0.1.3", features = ["ed25519", "peerid"] }
litep2p = { git = "https://github.com/paritytech/litep2p", branch = "master" }
litep2p = { git = "https://github.com/paritytech/litep2p", rev = "b142c9eb611fb2fe78d2830266a3675b37299ceb" }
multiaddr = "0.17.0"
multihash = { version = "0.17.0", default-features = false, features = ["identity", "multihash-impl", "sha2", "std"] }
rand = "0.8.5"
Expand Down

0 comments on commit 1bbb680

Please sign in to comment.