We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 899cbfa commit 9b7609dCopy full SHA for 9b7609d
Cargo.toml
@@ -11,7 +11,7 @@ license = "MIT"
11
repository = "https://github.com/BitVM/rust-bitcoin-script"
12
13
[dependencies]
14
-bitcoin = { version = "0.32.5", features = ["rand-std", "serde"] }
+bitcoin = { version = "0.32.5", features = ["serde"] }
15
script-macro = { path = "./macro" }
16
stdext = "0.3.3"
17
serde = { version = "1", features = ["derive"] }
0 commit comments