chore(sdk): Define MaybeSerde (#12577)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Emilia Hane
2024-11-18 14:30:44 +01:00
committed by GitHub
parent cee11dfb7c
commit ff22c8eef8
28 changed files with 145 additions and 109 deletions

View File

@ -12,7 +12,7 @@ description = "Commonly used types for trie usage in reth."
workspace = true
[dependencies]
reth-primitives-traits.workspace = true
reth-primitives-traits = { workspace = true, features = ["serde"] }
reth-codecs.workspace = true
alloy-primitives.workspace = true