Skip to content

Commit b589447

Browse files
committed
fix
1 parent 53086bc commit b589447

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/rs-drive-abci/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ rand = "0.8.5"
2828
tempfile = "3.3.0"
2929
hex = "0.4.3"
3030
indexmap = { version = "2.2.6", features = ["serde"] }
31-
dashcore = { git = "https://github.com/dashpay/rust-dashcore", tag = "v0.39.6" }
31+
dashcore-rpc = { git = "https://github.com/dashpay/rust-dashcore", tag = "v0.39.6" }
3232
dpp = { path = "../rs-dpp", features = ["abci"] }
3333
simple-signer = { path = "../simple-signer" }
3434
rust_decimal = "1.2.5"

packages/simple-signer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ rust-version.workspace = true
88

99
[dependencies]
1010
bincode = { version = "=2.0.0-rc.3", features = ["serde"] }
11-
dashcore = { git = "https://github.com/dashpay/rust-dashcore", tag = "v0.39.6" }
11+
dashcore-rpc = { git = "https://github.com/dashpay/rust-dashcore", tag = "v0.39.6" }
1212
dpp = { path = "../rs-dpp", features = ["abci"] }
1313
base64 = { version = "0.22.1" }

0 commit comments

Comments
 (0)