mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-19 03:04:27 -05:00
feat(trie): Add serde-bincode-compat feature to reth-trie (#21235)
This commit is contained in:
@@ -96,6 +96,13 @@ test-utils = [
|
||||
"reth-trie-sparse/test-utils",
|
||||
"reth-stages-types/test-utils",
|
||||
]
|
||||
serde-bincode-compat = [
|
||||
"alloy-consensus/serde-bincode-compat",
|
||||
"alloy-eips/serde-bincode-compat",
|
||||
"reth-ethereum-primitives/serde-bincode-compat",
|
||||
"reth-primitives-traits/serde-bincode-compat",
|
||||
"reth-trie-common/serde-bincode-compat",
|
||||
]
|
||||
|
||||
[[bench]]
|
||||
name = "hash_post_state"
|
||||
|
||||
Reference in New Issue
Block a user