Skip to content

Commit 50314a6

Browse files
Merge pull request #4 from alpenlabs/bitcoin-0.32.5
Bitcoin 0.32.5
2 parents 4af7ce2 + ec6ce3b commit 50314a6

File tree

2 files changed

+396
-39
lines changed

2 files changed

+396
-39
lines changed

Cargo.toml

+1-26
Original file line numberDiff line numberDiff line change
@@ -13,34 +13,9 @@ proc-macro = true
1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414

1515
[dependencies]
16-
# bitcoin = "0.31.1"
17-
bitcoin = { git = "https://github.com/rust-bitcoin/rust-bitcoin", branch = "bitvm" }
16+
bitcoin = "0.32.5"
1817
quote = "1.0.23"
1918
proc-macro-error = "1.0.4"
2019
lazy_static = "1.4.0"
2120
hex = "0.4.3"
2221
proc-macro2 = "1.0.51"
23-
24-
[patch.crates-io.base58check]
25-
git = "https://github.com/rust-bitcoin/rust-bitcoin"
26-
branch = "bitvm"
27-
28-
[patch.crates-io.bitcoin]
29-
git = "https://github.com/rust-bitcoin/rust-bitcoin"
30-
branch = "bitvm"
31-
32-
[patch.crates-io.bitcoin_hashes]
33-
git = "https://github.com/rust-bitcoin/rust-bitcoin"
34-
branch = "bitvm"
35-
36-
[patch.crates-io.bitcoin-internals]
37-
git = "https://github.com/rust-bitcoin/rust-bitcoin"
38-
branch = "bitvm"
39-
40-
[patch.crates-io.bitcoin-io]
41-
git = "https://github.com/rust-bitcoin/rust-bitcoin"
42-
branch = "bitvm"
43-
44-
[patch.crates-io.bitcoin-units]
45-
git = "https://github.com/rust-bitcoin/rust-bitcoin"
46-
branch = "bitvm"

0 commit comments

Comments
 (0)