Skip to content

Commit

Permalink
fix: add arbitrary feature for op cli dev (#12807)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Nov 23, 2024
1 parent ebb4fc2 commit e3ffb3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/optimism/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ jemalloc = [

dev = [
"dep:proptest",
"reth-cli-commands/arbitrary"
"reth-cli-commands/arbitrary",
"reth-optimism-primitives/arbitrary"
]
serde = [
"alloy-consensus?/serde",
Expand Down

0 comments on commit e3ffb3f

Please sign in to comment.