Skip to content

Commit 38b5381

Browse files
committed
enable map-fxhash in alloy-primitives
1 parent 6248ea5 commit 38b5381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ alloy-rlp = { version = "0.3", default-features = false }
3333
# https://github.com/alloy-rs/trie
3434
alloy-trie = { version = "0.7", default-features = false }
3535
# https://github.com/alloy-rs/core
36-
alloy-primitives = { version = "0.8", default-features = false, features = ["map-hashbrown", "rkyv"] }
36+
alloy-primitives = { version = "0.8", default-features = false, features = ["map-hashbrown", "map-fxhash", "rkyv"] }
3737

3838
reth-chainspec = { git = "https://github.com/scroll-tech/reth", rev = "78f19718", default-features = false }
3939
reth-evm = { git = "https://github.com/scroll-tech/reth", rev = "78f19718", default-features = false }

0 commit comments

Comments
 (0)