UPDATE: bump version to 0.2.0 (#89)

This commit is contained in:
Nicolás Hatcher Andrés
2024-09-17 00:27:06 +02:00
committed by GitHub
parent 2b03b3e3b9
commit 00b5b65588
6 changed files with 9 additions and 9 deletions

View File

@@ -14,7 +14,7 @@ crate-type = ["cdylib"]
# Uses `../ironcalc/base` when used locally, and uses
# the inicated version from crates.io when published.
# https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#multiple-locations
ironcalc_base = { path = "../../base", version = "0.1" }
ironcalc_base = { path = "../../base", version = "0.2" }
serde = { version = "1.0", features = ["derive"] }
wasm-bindgen = "0.2.92"
serde-wasm-bindgen = "0.4"