Skip to content

Commit

Permalink
Chore/update version (#49)
Browse files Browse the repository at this point in the history
* chore: updated version to 0.15.5

* chore: updated version to 0.15.6

* chore: updated version to 0.15.7
  • Loading branch information
QuantumExplorer authored Oct 17, 2024
1 parent 44161b4 commit 3a16a75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dashcore-rpc"
version = "0.15.5"
version = "0.15.7"
authors = [
"Steven Roose <[email protected]>",
"Jean Pierre Dudey <[email protected]>",
Expand Down 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", branch = "master" }
dashcore-private = { git="https://github.com/dashpay/rust-dashcore.git", tag = "0.31.0" }
hex = { version="0.4", features=["serde"]}
4 changes: 2 additions & 2 deletions json/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dashcore-rpc-json"
version = "0.15.5"
version = "0.15.7"
authors = [
"Steven Roose <[email protected]>",
"Jean Pierre Dudey <[email protected]>",
Expand All @@ -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, branch = "master" }
dashcore = { git="https://github.com/dashpay/rust-dashcore.git", features=["std", "secp-recovery", "rand-std", "signer", "serde"], default-features = false, tag = "0.31.0" }

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

0 comments on commit 3a16a75

Please sign in to comment.