diff --git a/pallets/murmur/Cargo.toml b/pallets/murmur/Cargo.toml index 7c7dc11..6dd7740 100644 --- a/pallets/murmur/Cargo.toml +++ b/pallets/murmur/Cargo.toml @@ -32,8 +32,7 @@ sp-runtime = { git = "https://github.com/ideal-lab5/polkadot-sdk.git", branch = sp-core = { git = "https://github.com/ideal-lab5/polkadot-sdk.git", branch = "testing", default-features = false } ckb-merkle-mountain-range = { version = "0.5.2", default-features = false } sha3 = { version = "0.10.8", default-features = false } -# murmur-core = { package = "murmur-core", git = "https://github.com/ideal-lab5/murmur.git", branch = "feat/update", default-features = false } -murmur-core = { path = "../../../murmur/core", default-features = false } +murmur-core = { package = "murmur-core", git = "https://github.com/ideal-lab5/murmur.git", default-features = false } w3f-bls = { version = "0.1.3", default-features = false } # local dependencies