From ac03c5bf77e2f6cdfd2a713163ea64e2debecaf5 Mon Sep 17 00:00:00 2001 From: dashinfraclaw Date: Wed, 25 Mar 2026 19:08:12 +0000 Subject: [PATCH] [CI] Test rust-dashcore PR #579 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Automated integration test — updating rust-dashcore dependency to commit 8cbae416458565faac21d3452fbc6d80b324f6d3 --- ferment-example/app/Cargo.toml | 2 +- ferment-example/nested/Cargo.toml | 2 +- ferment-example/platform/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ferment-example/app/Cargo.toml b/ferment-example/app/Cargo.toml index f8cafca..77f7bc8 100644 --- a/ferment-example/app/Cargo.toml +++ b/ferment-example/app/Cargo.toml @@ -6,7 +6,7 @@ publish = false [dependencies] anyhow = "1.0.95" -dashcore = { git = "https://github.com/dashpay/rust-dashcore", features = ["std", "secp-recovery", "rand", "signer", "serde", "apple"], default-features = false, branch = "feat/ferment" } +dashcore = { git = "https://github.com/dashpay/rust-dashcore", features = ["std", "secp-recovery", "rand", "signer", "serde", "apple"], default-features = false, rev = "8cbae416458565faac21d3452fbc6d80b324f6d3" } ferment.workspace = true ferment-macro.workspace = true diff --git a/ferment-example/nested/Cargo.toml b/ferment-example/nested/Cargo.toml index 51c95f5..6da5abc 100644 --- a/ferment-example/nested/Cargo.toml +++ b/ferment-example/nested/Cargo.toml @@ -7,7 +7,7 @@ publish = false [dependencies] anyhow = "1.0.95" -dashcore = { git = "https://github.com/dashpay/rust-dashcore", features = ["std", "secp-recovery", "rand", "signer", "serde", "apple"], default-features = false, branch = "feat/ferment" } +dashcore = { git = "https://github.com/dashpay/rust-dashcore", features = ["std", "secp-recovery", "rand", "signer", "serde", "apple"], default-features = false, rev = "8cbae416458565faac21d3452fbc6d80b324f6d3" } ferment.workspace = true ferment-macro.workspace = true diff --git a/ferment-example/platform/Cargo.toml b/ferment-example/platform/Cargo.toml index 9c44414..465fe32 100644 --- a/ferment-example/platform/Cargo.toml +++ b/ferment-example/platform/Cargo.toml @@ -12,7 +12,7 @@ publish = false [dependencies] anyhow = { version = "1.0.75" } -dashcore = { git = "https://github.com/dashpay/rust-dashcore", features = ["std", "secp-recovery", "rand", "signer", "serde", "apple"], default-features = false, branch = "feat/ferment" } +dashcore = { git = "https://github.com/dashpay/rust-dashcore", features = ["std", "secp-recovery", "rand", "signer", "serde", "apple"], default-features = false, rev = "8cbae416458565faac21d3452fbc6d80b324f6d3" } ferment.workspace = true ferment-macro.workspace = true grovedb-version = "2.1.0"