From a4bc879c208cd962b061c5c4576c84ef864971b5 Mon Sep 17 00:00:00 2001 From: dashinfraclaw Date: Wed, 25 Mar 2026 19:08:29 +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 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7d953b8..bfc77f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,12 +5,12 @@ edition = "2021" [dependencies] # dash-sdk = { git = "https://github.com/dashpay/platform", tag = "v1.8.0" } -dashcore = { git = "https://github.com/dashpay/rust-dashcore", tag = "v0.40.0", default-features = false, features = [ +dashcore = { git = "https://github.com/dashpay/rust-dashcore", rev = "8cbae416458565faac21d3452fbc6d80b324f6d3", default-features = false, features = [ "std", "secp-recovery", "bincode", ] } -dashcore-rpc = { git = "https://github.com/dashpay/rust-dashcore", tag = "v0.40.0" } +dashcore-rpc = { git = "https://github.com/dashpay/rust-dashcore", rev = "8cbae416458565faac21d3452fbc6d80b324f6d3" } crossbeam-channel = "0.5.13" futures = "0.3.31" serde = { version = "1.0.217", features = ["derive"] }