Skip to content

Commit 3864ae4

Browse files
committed
1 parent fe2f58f commit 3864ae4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ serde = { version = "1.0", optional = true}
2424

2525
[dev-dependencies]
2626
bitcoind = {version = "0.26.1", features=["22_0"]}
27-
rand = "0.8.4"
27+
actual-rand = { package = "rand", version = "0.8.4"}
2828
bitcoin = { version = "0.28", features = ["rand"]}
2929

3030
[[example]]

tests/setup/test_util.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
2020
use std::str::FromStr;
2121

22+
use actual_rand as rand;
2223
use bitcoin::hashes::hex::ToHex;
2324
use bitcoin::hashes::{hash160, ripemd160, sha256, sha256d, Hash};
2425
use bitcoin::secp256k1;

0 commit comments

Comments
 (0)