Skip to content

Commit f57ec64

Browse files
committed
Upgrading the dependency bitcoincore-rpc to v0.16 to match the nested bitcoin crate to the one used in bdk v0.25
1 parent 02c494b commit f57ec64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ rust-version = "1.57"
1010
edition = "2018"
1111

1212
[dependencies]
13-
bitcoincore-rpc = "0.15.0"
13+
bitcoincore-rpc = "0.16"
1414
tempfile = "3.1"
1515
log = "0.4"
1616
which = "4.2.5"

0 commit comments

Comments
 (0)