From 790741385d4b415727bb76c6abc1709dd99ae6b4 Mon Sep 17 00:00:00 2001 From: pankcuf Date: Wed, 6 Nov 2024 16:52:31 +0700 Subject: [PATCH] chore: disable "generate-dashj-tests" --- DashSharedCore.podspec | 2 +- dash-spv-apple-bindings/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DashSharedCore.podspec b/DashSharedCore.podspec index 220df8f..c7c834b 100644 --- a/DashSharedCore.podspec +++ b/DashSharedCore.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'DashSharedCore' - s.version = '0.4.18' + s.version = '0.4.19' s.summary = 'Dash Core SPV written in Rust' s.author = 'Dash' s.description = "C-bindings for Dash Core SPV that can be used in projects for Apple platform" diff --git a/dash-spv-apple-bindings/Cargo.toml b/dash-spv-apple-bindings/Cargo.toml index e1abec2..8340266 100644 --- a/dash-spv-apple-bindings/Cargo.toml +++ b/dash-spv-apple-bindings/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dash_spv_apple_bindings" -version = "0.4.18" +version = "0.4.19" description = "C-bindings for using and interoperating with Dash SPV" readme = "README.md" edition = "2021" @@ -11,7 +11,7 @@ publish = true [dependencies.dash-spv-masternode-processor] path = "../dash-spv-masternode-processor" -features = ["default", "generate-dashj-tests", "use_serde"] +features = ["default", "use_serde"] [dependencies.rs-merk-verify-c-binding] git = "https://github.com/dashpay/rs-merk-verify-c-binding"