fix: add arbitrary feature for op cli dev (#12807)

This commit is contained in:
Matthias Seitz
2024-11-23 15:22:49 +01:00
committed by GitHub
parent ebb4fc2bb6
commit e3ffb3f43b

View File

@ -111,7 +111,8 @@ jemalloc = [
dev = [ dev = [
"dep:proptest", "dep:proptest",
"reth-cli-commands/arbitrary" "reth-cli-commands/arbitrary",
"reth-optimism-primitives/arbitrary"
] ]
serde = [ serde = [
"alloy-consensus?/serde", "alloy-consensus?/serde",