Prepare 0.1.2 release

This commit is contained in:
2026-07-09 03:12:09 +09:00
parent 2d06dc3277
commit 4142fcd46a
8 changed files with 52 additions and 12 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ publish = false
crate-type = ["cdylib", "rlib"]
[dependencies]
decodal = { version = "0.1.1", path = "../decodal-core" }
decodal = { version = "0.1.2", path = "../decodal-core" }
serde_json.workspace = true
wasm-bindgen.workspace = true