chore: add codec and serde features to prune types (#14327)

This commit is contained in:
Matthias Seitz
2025-02-08 16:52:38 +01:00
committed by GitHub
parent d84eab125a
commit d56985a298
11 changed files with 70 additions and 51 deletions

View File

@ -17,8 +17,8 @@ reth-codecs.workspace = true
reth-db-models.workspace = true
reth-primitives = { workspace = true, features = ["reth-codec"] }
reth-primitives-traits = { workspace = true, features = ["serde", "reth-codec"] }
reth-prune-types.workspace = true
reth-stages-types = { workspace = true, features = ["serde", "reth-codec"] }
reth-prune-types = { workspace = true, features = ["reth-codec"] }
reth-storage-errors.workspace = true
reth-trie-common.workspace = true