Skip to content

Commit ad51556

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 a144dde commit ad51556

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
@@ -19,7 +19,7 @@ name = "bitcoincore_rpc"
1919
path = "src/lib.rs"
2020

2121
[dependencies]
22-
bitcoincore-rpc-json = { version = "0.18.0", path = "../json" }
22+
bitcoincore-rpc-json = { path = "../json" }
2323

2424
log = "0.4.5"
2525
jsonrpc = { version = "0.18.0", features = ["minreq_http"] }

0 commit comments

Comments
 (0)