Skip to content

Commit

Permalink
chore: bump dashcore versions
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer committed Nov 26, 2024
1 parent 677d6e5 commit 88dfef0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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.12"
version = "0.15.13"
authors = [
"Steven Roose <[email protected]>",
"Jean Pierre Dudey <[email protected]>",
Expand All @@ -19,7 +19,7 @@ name = "dashcore_rpc"
path = "src/lib.rs"

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

log = "0.4.5"
env_logger = "0.10.0"
Expand All @@ -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.33.3" }
dashcore-private = { git="https://github.com/dashpay/rust-dashcore.git", tag = "0.34.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.12"
version = "0.15.13"
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, tag = "0.33.3" }
dashcore = { git="https://github.com/dashpay/rust-dashcore.git", features=["std", "secp-recovery", "rand-std", "signer", "serde"], default-features = false, tag = "0.34.0" }

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

0 comments on commit 88dfef0

Please sign in to comment.