chore: add required rand feature for test (#14644)

This commit is contained in:
Matthias Seitz
2025-02-21 21:53:22 +01:00
committed by GitHub
parent 2101ae8918
commit 25db3b12e6

View File

@ -40,6 +40,7 @@ serde = { workspace = true, optional = true }
itertools.workspace = true
[dev-dependencies]
secp256k1 = { workspace = true, features = ["rand"] }
assert_matches.workspace = true
rand.workspace = true
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }