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 df8a086 commit bb80b54Copy full SHA for bb80b54
Cargo.toml
@@ -14,7 +14,7 @@ proc-macro = true
14
15
[dependencies]
16
# bitcoin = "0.31.1"
17
-bitcoin = { git = "https://github.com/stevenroose/rust-bitcoin", rev = "639d552ef0080a68b1ea883298aa30c450d9ff0d" }
+bitcoin = { git = "https://github.com/rust-bitcoin/rust-bitcoin", branch = "bitvm" }
18
quote = "1.0.23"
19
proc-macro-error = "1.0.4"
20
lazy_static = "1.4.0"
0 commit comments