Skip to content

Commit 3526412

Browse files
committed
Use minreq_http feature of jsonrpc
Recently in `jsonrpc` we added an HTTP client that uses `minreq`. Since we now use a version of `jsonrpc` with this feature we can now use `minreq` here.
1 parent 552be19 commit 3526412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ path = "src/lib.rs"
2222
bitcoincore-rpc-json = { version = "0.18.0", path = "../json" }
2323

2424
log = "0.4.5"
25-
jsonrpc = { version = "0.18.0", features = [] }
25+
jsonrpc = { version = "0.18.0", features = ["minreq_http"] }
2626

2727
# Used for deserialization of JSON.
2828
serde = "1.0.156"

0 commit comments

Comments
 (0)