chore: make reth codec support optional (#13166)

This commit is contained in:
Matthias Seitz
2024-12-06 09:44:33 +01:00
committed by GitHub
parent f82a20a616
commit 6fc4e8acd2
5 changed files with 52 additions and 30 deletions

View File

@ -18,7 +18,7 @@ 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
reth-stages-types = { workspace = true, features = ["reth-codec"] }
reth-storage-errors.workspace = true
reth-trie-common.workspace = true