Prepare Decodal packages for release

This commit is contained in:
2026-08-13 19:01:14 +09:00
parent d28edcf041
commit d9cf24d0eb
19 changed files with 324 additions and 35 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ publish = false
crate-type = ["cdylib", "rlib"]
[dependencies]
decodal = { version = "0.1.2", path = "../decodal-core" }
decodal-language-service = { version = "0.1.2", path = "../decodal-language-service" }
decodal = { version = "0.1.3", path = "../decodal-core" }
decodal-language-service = { version = "0.1.3", path = "../decodal-language-service" }
serde_json.workspace = true
wasm-bindgen.workspace = true