Skip to content

Commit 64f1f70

Browse files
committed
Remove explicit json version
The `client` crate uses a path dependency for `bitcoincore-rpc-json`, there is no need to explicitly mention the version, doing so just makes more maintenance work.
1 parent 82e79db commit 64f1f70

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
@@ -23,7 +23,7 @@ verifymessage = ["bitcoincore-rpc-json/verifymessage"]
2323
rand = ["bitcoincore-rpc-json/rand"]
2424

2525
[dependencies]
26-
bitcoincore-rpc-json = { version = "0.18.0", path = "../json" }
26+
bitcoincore-rpc-json = { path = "../json" }
2727

2828
log = "0.4.5"
2929
jsonrpc = { version = "0.18.0", features = ["minreq_http"] }

0 commit comments

Comments
 (0)