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

@ -15,7 +15,7 @@ workspace = true
# reth
reth-db-api.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-fs-util.workspace = true
reth-storage-errors.workspace = true
reth-nippy-jar.workspace = true