Skip to content

Commit 3f036fc

Browse files
committed
Update rust-bitcoincore-rpc to use rust-bitcoin v0.28
1 parent ad0b6bc commit 3f036fc

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

Cargo.lock

Lines changed: 7 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ rev = "d3792352992a539afffbe11501d1aff9fd5b919d" # add-peer branch
8181
git = "https://github.com/ElementsProject/rust-elements"
8282
rev = "d988bd7ed9cf539b8fea0da042efa5a4e1eef86f"
8383

84+
# needed for https://github.com/rust-bitcoin/rust-bitcoincore-rpc/pull/218
85+
[patch.crates-io.bitcoincore-rpc]
86+
git = "https://github.com/shesek/rust-bitcoincore-rpc"
87+
rev = "c680bc9d1ad58c57c3751b9d190f54c7508a31c1"
88+
8489
# not yet published on crates.io
8590
[patch.crates-io.electrumd]
8691
git = "https://github.com/shesek/electrumd"

0 commit comments

Comments
 (0)