File tree 2 files changed +396
-39
lines changed
2 files changed +396
-39
lines changed Original file line number Diff line number Diff line change @@ -13,34 +13,9 @@ proc-macro = true
13
13
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
14
14
15
15
[dependencies ]
16
- # bitcoin = "0.31.1"
17
- bitcoin = { git = " https://github.com/rust-bitcoin/rust-bitcoin" , branch = " bitvm" }
16
+ bitcoin = " 0.32.5"
18
17
quote = " 1.0.23"
19
18
proc-macro-error = " 1.0.4"
20
19
lazy_static = " 1.4.0"
21
20
hex = " 0.4.3"
22
21
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"
You can’t perform that action at this time.
0 commit comments