Skip to content

Commit 49bd6a6

Browse files
authored
Remove litep2p git dependency (#4560)
@serban300 could you please do the same for the MMR crate? Am not sure what commit was released since there are no release tags in the repo. --------- Signed-off-by: Oliver Tale-Yazdi <[email protected]>
1 parent ef144b1 commit 49bd6a6

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

substrate/client/network/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ sp-blockchain = { path = "../../primitives/blockchain" }
5959
sp-core = { path = "../../primitives/core" }
6060
sp-runtime = { path = "../../primitives/runtime" }
6161
wasm-timer = "0.2"
62-
litep2p = { git = "https://github.com/paritytech/litep2p", rev = "e03a6023882db111beeb24d8c0ceaac0721d3f0f" }
62+
litep2p = "0.4.0"
6363
once_cell = "1.18.0"
6464
void = "1.0.2"
6565
schnellru = "0.2.1"

substrate/client/network/types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ documentation = "https://docs.rs/sc-network-types"
1313
bs58 = "0.5.0"
1414
ed25519-dalek = "2.1"
1515
libp2p-identity = { version = "0.1.3", features = ["ed25519", "peerid"] }
16-
litep2p = { git = "https://github.com/paritytech/litep2p", rev = "e03a6023882db111beeb24d8c0ceaac0721d3f0f" }
16+
litep2p = "0.4.0"
1717
multiaddr = "0.17.0"
1818
multihash = { version = "0.17.0", default-features = false, features = ["identity", "multihash-impl", "sha2", "std"] }
1919
rand = "0.8.5"

0 commit comments

Comments
 (0)