Skip to content

Commit f676906

Browse files
committed
use updated rust-bitcoincore-rpc and consequently bitcoin 0.28.0
1 parent 69c4ed5 commit f676906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation = "https://docs.rs/bitcoind/"
99
edition = "2018"
1010

1111
[dependencies]
12-
bitcoincore-rpc = "0.14.0"
12+
bitcoincore-rpc = "0.15.0"
1313
tempfile = "3.1"
1414
log = "0.4"
1515
home = "0.5.3" # use same ver in build-dep

0 commit comments

Comments
 (0)