fix: dev-deps rpc-types (#5239)

This commit is contained in:
Matthias Seitz
2023-10-30 21:43:03 +01:00
committed by GitHub
parent fef8d7f4e6
commit 7907cece7c

View File

@ -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"