mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: add codec and serde features to prune types (#14327)
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
@ -19,7 +19,7 @@ reth-primitives-traits = { workspace = true, features = ["reth-codec"] }
|
||||
reth-fs-util.workspace = true
|
||||
reth-storage-errors.workspace = true
|
||||
reth-nippy-jar.workspace = true
|
||||
reth-prune-types.workspace = true
|
||||
reth-prune-types = { workspace = true, features = ["reth-codec", "serde"] }
|
||||
reth-stages-types.workspace = true
|
||||
reth-trie-common = { workspace = true, features = ["serde"] }
|
||||
reth-tracing.workspace = true
|
||||
|
||||
@ -100,6 +100,7 @@ serde = [
|
||||
"reth-trie-db/serde",
|
||||
"reth-trie/serde",
|
||||
"reth-stages-types/serde",
|
||||
"reth-prune-types/serde",
|
||||
]
|
||||
test-utils = [
|
||||
"reth-db/test-utils",
|
||||
|
||||
Reference in New Issue
Block a user