mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
perf: enable map-foldhash alloy-primitives feature globally (#13278)
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user