UPDATE: Update release to 0.6.0 (#463)

Should we have a single version number at the root?
This commit is contained in:
Nicolás Hatcher Andrés
2025-10-19 18:32:07 +02:00
committed by GitHub
parent bbba875da3
commit fad8bc7d0c
7 changed files with 15 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "ironcalc_nodejs"
version = "0.5.0"
version = "0.6.0"
[lib]
crate-type = ["cdylib"]
@@ -10,7 +10,7 @@ crate-type = ["cdylib"]
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
napi = { version = "2.12.2", default-features = false, features = ["napi4", "serde-json"] }
napi-derive = "2.12.2"
ironcalc = { path = "../../xlsx", version = "0.5.0" }
ironcalc = { path = "../../xlsx", version = "0.6.0" }
serde = { version = "1.0", features = ["derive"] }
[build-dependencies]