Skip to content

Commit

Permalink
fix: dev-deps rpc-types (paradigmxyz#5239)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Oct 30, 2023
1 parent fef8d7f commit 7907cec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion crates/rpc/rpc-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,9 @@ arbitrary = ["dep:arbitrary", "dep:proptest-derive", "dep:proptest", "alloy-prim

[dev-dependencies]
# misc
alloy-primitives = { workspace = true, features = ["rand", "rlp", "serde", "arbitrary"] }
arbitrary = { workspace = true, features = ["derive"] }
proptest.workspace = true
proptest-derive.workspace = true
rand.workspace = true
similar-asserts = "1.4"
similar-asserts = "1.4"

0 comments on commit 7907cec

Please sign in to comment.