mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: add required rand feature for test (#14644)
This commit is contained in:
@ -40,6 +40,7 @@ serde = { workspace = true, optional = true }
|
|||||||
itertools.workspace = true
|
itertools.workspace = true
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
secp256k1 = { workspace = true, features = ["rand"] }
|
||||||
assert_matches.workspace = true
|
assert_matches.workspace = true
|
||||||
rand.workspace = true
|
rand.workspace = true
|
||||||
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
|
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user