test: make eth-wire tests compile with --all-features (#9340)

This commit is contained in:
Matthias Seitz
2024-07-06 18:50:16 +02:00
committed by GitHub
parent d7f5466433
commit 3d999c3a2a
4 changed files with 9 additions and 2 deletions

View File

@ -64,6 +64,7 @@ async-stream.workspace = true
default = ["serde"]
arbitrary = [
"reth-primitives/arbitrary",
"reth-eth-wire-types/arbitrary",
"dep:arbitrary",
]
serde = ["dep:serde"]