chore(sdk): Define helper trait MaybeCompact (#12683)

This commit is contained in:
Emilia Hane
2024-11-21 17:10:06 +01:00
committed by GitHub
parent 96f7572404
commit ad7885b48c
19 changed files with 134 additions and 87 deletions

View File

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