Skip to content

Commit b0e3f3a

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 7576a56 commit b0e3f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ path = "src/lib.rs"
2222
rand = ["bitcoincore-rpc-json/rand"]
2323

2424
[dependencies]
25-
bitcoincore-rpc-json = { version = "0.18.0", path = "../json" }
25+
bitcoincore-rpc-json = { path = "../json" }
2626

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

0 commit comments

Comments
 (0)