Skip to content

Commit 96611d4

Browse files
lklimekclaude
andcommitted
fix(deps): point to backport branch that has git deps for rust-dashcore
feat/platform-wallet still has path deps to ../rust-dashcore which break git resolution. Our backport/det-fixes-into-platform-wallet branch converts them to git deps. Point here until the platform PR is merged. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2efe117 commit 96611d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ qrcode = "0.14.1"
1818
nix = { version = "0.31.1", features = ["signal"] }
1919
eframe = { version = "0.33.3", features = ["persistence", "wgpu"] }
2020
base64 = "0.22.1"
21-
dash-sdk = { git = "https://github.com/dashpay/platform", branch = "feat/platform-wallet", features = [
21+
dash-sdk = { git = "https://github.com/dashpay/platform", branch = "backport/det-fixes-into-platform-wallet", features = [
2222
"core_key_wallet",
2323
"core_key_wallet_manager",
2424
"core_bincode",
@@ -28,8 +28,8 @@ dash-sdk = { git = "https://github.com/dashpay/platform", branch = "feat/platfor
2828
"core_spv",
2929
"shielded",
3030
] }
31-
platform-wallet = { git = "https://github.com/dashpay/platform", branch = "feat/platform-wallet" }
32-
rs-sdk-trusted-context-provider = { git = "https://github.com/dashpay/platform", branch = "feat/platform-wallet" }
31+
platform-wallet = { git = "https://github.com/dashpay/platform", branch = "backport/det-fixes-into-platform-wallet" }
32+
rs-sdk-trusted-context-provider = { git = "https://github.com/dashpay/platform", branch = "backport/det-fixes-into-platform-wallet" }
3333
zip32 = "0.2.0"
3434
grovestark = { git = "https://www.github.com/dashpay/grovestark", rev = "5b9e289cca54c79b1305d5f4f40bf1148f1eb0e3" }
3535
rayon = "1.8"

0 commit comments

Comments
 (0)