perf: enable map-foldhash alloy-primitives feature globally (#13278)

This commit is contained in:
DaniPopes
2024-12-11 01:01:43 +01:00
committed by GitHub
parent 37f3933db2
commit 7b9ca0af73
2 changed files with 3 additions and 3 deletions

View File

@ -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 }
@ -563,7 +565,6 @@ tracing-futures = "0.2"
tower = "0.4"
tower-http = "0.6"
# p2p
discv5 = "0.8.0"
if-addrs = "0.13"