Skip to content

Commit 566b982

Browse files
serban300TarekkMA
authored andcommitted
Use polkadot-ckb-merkle-mountain-range dependency (paritytech#4562)
We need to use the `polkadot-ckb-merkle-mountain-range` dependency published on `crates.io` in order to unblock the release of the `sp-mmr-primitives` crate
1 parent b1ed745 commit 566b982

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

Cargo.lock

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

substrate/primitives/merkle-mountain-range/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1818
codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false }
1919
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }
2020
log = { workspace = true }
21-
mmr-lib = { package = "ckb-merkle-mountain-range", git = "https://github.com/paritytech/merkle-mountain-range.git", branch = "master", default-features = false }
21+
mmr-lib = { package = "polkadot-ckb-merkle-mountain-range", version = "0.7.0", default-features = false }
2222
serde = { features = ["alloc", "derive"], optional = true, workspace = true }
2323
sp-api = { path = "../api", default-features = false }
2424
sp-core = { path = "../core", default-features = false }

0 commit comments

Comments
 (0)