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

@ -36,7 +36,7 @@ proptest-derive.workspace = true
[features]
default = ["std", "serde"]
std = ["thiserror-no-std/std"]
serde = ["dep:serde"]
arbitrary = ["dep:arbitrary", "dep:proptest", "dep:proptest-derive"]
optimism = []
serde = ["dep:serde"]
std = ["thiserror-no-std/std"]