mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix: dev-deps rpc-types (#5239)
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user