Skip to content

Commit

Permalink
chore(deps): enable missing arbitrary in tests (#8921)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Jun 18, 2024
1 parent 148c11e commit 3a1e4e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,12 @@ proptest-derive = { workspace = true, optional = true }

[dev-dependencies]
# eth
reth-primitives-traits = { workspace = true, features = ["arbitrary"] }
revm-primitives = { workspace = true, features = ["arbitrary"] }
nybbles = { workspace = true, features = ["arbitrary"] }
alloy-trie = { workspace = true, features = ["arbitrary"] }
alloy-eips = { workspace = true, features = ["arbitrary"] }
alloy-consensus = { workspace = true, features = ["arbitrary"] }

assert_matches.workspace = true
arbitrary = { workspace = true, features = ["derive"] }
Expand Down

0 comments on commit 3a1e4e9

Please sign in to comment.