release: bump 0.7.4 -> 0.7.5 (#225)

Version bump for the C ABI hub release (0.7.4 -> 0.7.5). See #222 + #224.
This commit is contained in:
kingchenc
2026-06-09 02:26:27 +02:00
committed by GitHub
parent 12681e4b1b
commit 4caaa1db97
13 changed files with 56 additions and 53 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ members = [
exclude = ["fuzz"]
[workspace.package]
version = "0.7.4"
version = "0.7.5"
authors = ["kingchenc <support@wickra.org>"]
edition = "2021"
rust-version = "1.86"
@@ -26,7 +26,7 @@ keywords = ["finance", "trading", "indicators", "technical-analysis", "ta"]
categories = ["finance", "mathematics", "science"]
[workspace.dependencies]
wickra-core = { path = "crates/wickra-core", version = "0.7.4" }
wickra-core = { path = "crates/wickra-core", version = "0.7.5" }
thiserror = "2"
rayon = "1.10"