Skip to content

Commit

Permalink
chore: disable "generate-dashj-tests"
Browse files Browse the repository at this point in the history
  • Loading branch information
pankcuf committed Nov 6, 2024
1 parent 7dda948 commit 7907413
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DashSharedCore.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions dash-spv-apple-bindings/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 7907413

Please sign in to comment.