release: bump 0.9.7 -> 0.9.8 (#350)

This commit is contained in:
kingchenc
2026-06-28 01:56:57 +02:00
committed by GitHub
parent 4ec10826be
commit 06b05e6c3e
20 changed files with 88 additions and 65 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ workspace = true
# (rayon) feature on — the WASM binding needs a rayon-free build and the data
# layer never uses the parallel batch path. Native bindings re-enable `parallel`
# through their own wickra-core dependency (cargo unifies the features).
wickra-core = { path = "../wickra-core", version = "0.9.2", default-features = false }
wickra-core = { path = "../wickra-core", version = "0.9.8", default-features = false }
thiserror = { workspace = true }
csv = "1.3"
serde = { version = "1", features = ["derive"] }