Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit 87de36d

Browse files
committed
WIP: Track rust-bitcoin master branch
As we develop `primitives` it is useful to have crates using the changes to catch mistakes as we go. The crates in this repo are prime candidates for depending on `primitives` and not using `rust-bitcoin`.
1 parent 53f679a commit 87de36d

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

Cargo.toml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,35 @@ path = "json"
1111

1212
[patch.crates-io.jsonrpc]
1313
path = "jsonrpc"
14+
15+
[patch.crates-io.bitcoin-addresses]
16+
git = "https://github.com/rust-bitcoin/rust-bitcoin"
17+
branch = "master"
18+
19+
[patch.crates-io.base58ck]
20+
git = "https://github.com/rust-bitcoin/rust-bitcoin"
21+
branch = "master"
22+
23+
[patch.crates-io.bitcoin]
24+
git = "https://github.com/rust-bitcoin/rust-bitcoin"
25+
branch = "master"
26+
27+
[patch.crates-io.bitcoin_hashes]
28+
git = "https://github.com/rust-bitcoin/rust-bitcoin"
29+
branch = "master"
30+
31+
[patch.crates-io.bitcoin-internals]
32+
git = "https://github.com/rust-bitcoin/rust-bitcoin"
33+
branch = "master"
34+
35+
[patch.crates-io.bitcoin-io]
36+
git = "https://github.com/rust-bitcoin/rust-bitcoin"
37+
branch = "master"
38+
39+
[patch.crates-io.bitcoin-primitives]
40+
git = "https://github.com/rust-bitcoin/rust-bitcoin"
41+
branch = "master"
42+
43+
[patch.crates-io.bitcoin-units]
44+
git = "https://github.com/rust-bitcoin/rust-bitcoin"
45+
branch = "master"

0 commit comments

Comments
 (0)