chore: add serde feature to stages types (#14329)

This commit is contained in:
Matthias Seitz
2025-02-08 15:25:43 +01:00
committed by GitHub
parent 1a4f5441f3
commit 1c3547cd00
6 changed files with 31 additions and 13 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, features = ["reth-codec"] }
reth-stages-types = { workspace = true, features = ["serde", "reth-codec"] }
reth-storage-errors.workspace = true
reth-trie-common.workspace = true

View File

@ -99,6 +99,7 @@ serde = [
"reth-execution-types/serde",
"reth-trie-db/serde",
"reth-trie/serde",
"reth-stages-types/serde",
]
test-utils = [
"reth-db/test-utils",