chore(trie): introduce serde feature on reth-trie-common (#12864)

This commit is contained in:
Roman Krasiuk
2024-11-26 11:34:23 +01:00
committed by GitHub
parent 9d2e04c77e
commit aa0a114b0d
14 changed files with 49 additions and 45 deletions

View File

@ -21,8 +21,8 @@ reth-storage-errors.workspace = true
reth-nippy-jar.workspace = true
reth-prune-types.workspace = true
reth-stages-types.workspace = true
reth-trie-common = { workspace = true, features = ["serde"] }
reth-tracing.workspace = true
reth-trie-common.workspace = true
# ethereum
alloy-primitives.workspace = true