feat(exex): derive serde ser/deser for ExExNotification (#8963)

This commit is contained in:
Alexey Shekhirin
2024-06-20 11:33:53 +01:00
committed by GitHub
parent 8b6ca877d6
commit 554e8b1913
18 changed files with 48 additions and 12 deletions

View File

@ -67,9 +67,9 @@ serde_json.workspace = true
[features]
default = ["serde"]
arbitrary = ["proptest", "reth-primitives/arbitrary"]
serde = ["dep:serde"]
test-utils = ["rand", "paste", "serde"]
arbitrary = ["proptest", "reth-primitives/arbitrary"]
[[bench]]
name = "truncate"