Skip to content

Commit 68651a7

Browse files
committed
change bitcoin crate to bitvm branch
1 parent 06a6c15 commit 68651a7

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ members = [
55
"client",
66
"integration_test",
77
]
8+
9+
[patch.crates-io]
10+
base58check = { git = "https://github.com/rust-bitcoin/rust-bitcoin", branch = "bitvm"}
11+
bitcoin_hashes = { git = "https://github.com/rust-bitcoin/rust-bitcoin", branch = "bitvm"}
12+
bitcoin-internals = { git = "https://github.com/rust-bitcoin/rust-bitcoin", branch = "bitvm"}

integration_test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ edition = "2018"
66

77
[dependencies]
88
bitcoincore-rpc = { path = "../client", features = ["rand"] }
9-
bitcoin = { version = "0.32.0", features = ["serde", "rand"] }
9+
bitcoin = { git = "https://github.com/rust-bitcoin/rust-bitcoin", branch = "bitvm", features = ["rand", "serde"] }
1010
lazy_static = "1.4.0"
1111
log = "0.4"

json/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ rand = ["bitcoin/rand-std"]
2727
serde = { version = "1", features = [ "derive" ] }
2828
serde_json = "1"
2929

30-
bitcoin = { version = "0.32.0", features = ["serde"] }
30+
bitcoin = { git = "https://github.com/rust-bitcoin/rust-bitcoin", branch = "bitvm", features = ["serde"] }

0 commit comments

Comments
 (0)