Skip to content

Commit

Permalink
fix: update murmur-core dep
Browse files Browse the repository at this point in the history
  • Loading branch information
juangirini committed Feb 5, 2025
1 parent 7780555 commit aebdb75
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pallets/murmur/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aebdb75

Please sign in to comment.