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:
@ -13,7 +13,7 @@ workspace = true
|
||||
[dependencies]
|
||||
# reth
|
||||
reth-network-types = { workspace = true, features = ["serde"] }
|
||||
reth-prune-types.workspace = true
|
||||
reth-prune-types = { workspace = true, features = ["serde"] }
|
||||
reth-stages-types = { workspace = true, features = ["serde"] }
|
||||
|
||||
# serde
|
||||
|
||||
Reference in New Issue
Block a user