Skip to content

Commit 88dfef0

Browse files
chore: bump dashcore versions
1 parent 677d6e5 commit 88dfef0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

client/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dashcore-rpc"
3-
version = "0.15.12"
3+
version = "0.15.13"
44
authors = [
55
"Steven Roose <steven@stevenroose.org>",
66
"Jean Pierre Dudey <jeandudey@hotmail.com>",
@@ -19,7 +19,7 @@ name = "dashcore_rpc"
1919
path = "src/lib.rs"
2020

2121
[dependencies]
22-
dashcore-rpc-json = { version = "0.15.0", path = "../json" }
22+
dashcore-rpc-json = { version = "0.15", path = "../json" }
2323

2424
log = "0.4.5"
2525
env_logger = "0.10.0"
@@ -29,5 +29,5 @@ jsonrpc = "0.14.0"
2929
serde = { version = "1.0.132", features = ["derive"] }
3030
serde_json = { version="1.0", features=["preserve_order"] }
3131

32-
dashcore-private = { git="https://github.com/dashpay/rust-dashcore.git", tag = "0.33.3" }
32+
dashcore-private = { git="https://github.com/dashpay/rust-dashcore.git", tag = "0.34.0" }
3333
hex = { version="0.4", features=["serde"]}

json/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dashcore-rpc-json"
3-
version = "0.15.12"
3+
version = "0.15.13"
44
authors = [
55
"Steven Roose <steven@stevenroose.org>",
66
"Jean Pierre Dudey <jeandudey@hotmail.com>",
@@ -25,6 +25,6 @@ serde_with = "2.1.0"
2525
serde_repr = "0.1"
2626
hex = { version="0.4", features=["serde"]}
2727

28-
dashcore = { git="https://github.com/dashpay/rust-dashcore.git", features=["std", "secp-recovery", "rand-std", "signer", "serde"], default-features = false, tag = "0.33.3" }
28+
dashcore = { git="https://github.com/dashpay/rust-dashcore.git", features=["std", "secp-recovery", "rand-std", "signer", "serde"], default-features = false, tag = "0.34.0" }
2929

3030
bincode = { version = "2.0.0-rc.3", features = ["serde"] }

0 commit comments

Comments
 (0)