Skip to content

Commit 61db6f4

Browse files
committed
Update rust-bitcoincore-rpc to use rust-bitcoin v0.28
1 parent 7163d9a commit 61db6f4

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
@@ -76,6 +76,11 @@ codegen-units = 1
7676
git = "https://github.com/Blockstream/rust-electrum-client"
7777
rev = "d3792352992a539afffbe11501d1aff9fd5b919d" # add-peer branch
7878

79+
# needed for https://github.com/rust-bitcoin/rust-bitcoincore-rpc/pull/218
80+
[patch.crates-io.bitcoincore-rpc]
81+
git = "https://github.com/shesek/rust-bitcoincore-rpc"
82+
rev = "c680bc9d1ad58c57c3751b9d190f54c7508a31c1"
83+
7984
# not yet published on crates.io
8085
[patch.crates-io.electrumd]
8186
git = "https://github.com/shesek/electrumd"

0 commit comments

Comments
 (0)