Skip to content

Commit

Permalink
perf: enable map-foldhash alloy-primitives feature globally (#13278)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored Dec 11, 2024
1 parent 37f3933 commit 7b9ca0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,9 @@ revm-primitives = { version = "14.0.0", default-features = false }
# eth
alloy-chains = { version = "0.1.32", default-features = false }
alloy-dyn-abi = "0.8.15"
alloy-primitives = { version = "0.8.15", default-features = false }
alloy-primitives = { version = "0.8.15", default-features = false, features = [
"map-foldhash",
] }
alloy-rlp = { version = "0.3.10", default-features = false }
alloy-sol-types = "0.8.15"
alloy-trie = { version = "0.7", default-features = false }
Expand Down Expand Up @@ -563,7 +565,6 @@ tracing-futures = "0.2"
tower = "0.4"
tower-http = "0.6"


# p2p
discv5 = "0.8.0"
if-addrs = "0.13"
Expand Down
1 change: 0 additions & 1 deletion crates/trie/sparse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ description = "Sparse MPT implementation"
[lints]
workspace = true


[dependencies]
# reth
reth-primitives-traits.workspace = true
Expand Down

0 comments on commit 7b9ca0a

Please sign in to comment.