release: bump 0.7.5 -> 0.7.6 (#227)

Bumps the workspace to 0.7.6 to ship the C# (.NET) binding to NuGet.
This commit is contained in:
kingchenc
2026-06-09 14:34:18 +02:00
committed by GitHub
parent 91f6f67257
commit fce26cf881
14 changed files with 57 additions and 54 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ members = [
exclude = ["fuzz"]
[workspace.package]
version = "0.7.5"
version = "0.7.6"
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.5" }
wickra-core = { path = "crates/wickra-core", version = "0.7.6" }
thiserror = "2"
rayon = "1.10"