File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change
1
+ # 0.17.0
2
+
3
+ - Add listwalletdir rpc
4
+ - Update ` jsonrpc ` dependency to 0.14.0
5
+
1
6
# 0.16.0
2
7
3
8
- MSRV changed from 1.29 to 1.41.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bitcoincore-rpc"
3
- version = " 0.16 .0"
3
+ version = " 0.17 .0"
4
4
authors = [
5
5
" Steven Roose <steven@stevenroose.org>" ,
6
6
" Jean Pierre Dudey <jeandudey@hotmail.com>" ,
@@ -19,10 +19,10 @@ name = "bitcoincore_rpc"
19
19
path = " src/lib.rs"
20
20
21
21
[dependencies ]
22
- bitcoincore-rpc-json = { version = " 0.16 .0" , path = " ../json" }
22
+ bitcoincore-rpc-json = { version = " 0.17 .0" , path = " ../json" }
23
23
24
24
log = " 0.4.5"
25
- jsonrpc = " 0.13 .0"
25
+ jsonrpc = " 0.14 .0"
26
26
27
27
# Used for deserialization of JSON.
28
28
serde = " 1"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bitcoincore-rpc-json"
3
- version = " 0.16 .0"
3
+ version = " 0.17 .0"
4
4
authors = [
5
5
" Steven Roose <steven@stevenroose.org>" ,
6
6
" Jean Pierre Dudey <jeandudey@hotmail.com>" ,
You can’t perform that action at this time.
0 commit comments