Skip to content

Commit 9b7609d

Browse files
committed
chore: Remove rand-std from rust-btc dep
We don't use this feature anywhere.
1 parent 899cbfa commit 9b7609d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT"
1111
repository = "https://github.com/BitVM/rust-bitcoin-script"
1212

1313
[dependencies]
14-
bitcoin = { version = "0.32.5", features = ["rand-std", "serde"] }
14+
bitcoin = { version = "0.32.5", features = ["serde"] }
1515
script-macro = { path = "./macro" }
1616
stdext = "0.3.3"
1717
serde = { version = "1", features = ["derive"] }

0 commit comments

Comments
 (0)