Skip to content

Commit

Permalink
update to lastest rust-dash-core (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer authored Oct 30, 2024
1 parent dcfa6b3 commit 020f019
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jsonrpc = "0.14.0"
serde = { version = "1.0.132", features = ["derive"] }
serde_json = { version="1.0", features=["preserve_order"] }

dashcore-private = { git="https://github.com/dashpay/rust-dashcore.git", tag = "0.32.0" }
dashcore-private = { git="https://github.com/dashpay/rust-dashcore.git", tag = "0.33.2" }
hex = { version="0.4", features=["serde"]}
2 changes: 1 addition & 1 deletion json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ serde_with = "2.1.0"
serde_repr = "0.1"
hex = { version="0.4", features=["serde"]}

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

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

0 comments on commit 020f019

Please sign in to comment.