Skip to content

Commit 020f019

Browse files
update to lastest rust-dash-core (#52)
1 parent dcfa6b3 commit 020f019

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.32.0" }
32+
dashcore-private = { git="https://github.com/dashpay/rust-dashcore.git", tag = "0.33.2" }
3333
hex = { version="0.4", features=["serde"]}

json/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.1" }
28+
dashcore = { git="https://github.com/dashpay/rust-dashcore.git", features=["std", "secp-recovery", "rand-std", "signer", "serde"], default-features = false, tag = "0.33.2" }
2929

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

0 commit comments

Comments
 (0)