feat: use wasm-bindgen unchecked_return_type
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
03e227fbb2
commit
5ca50f15d7
@@ -16,7 +16,7 @@ crate-type = ["cdylib"]
|
||||
# https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#multiple-locations
|
||||
ironcalc_base = { path = "../../base", version = "0.5", features = ["use_regex_lite"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
wasm-bindgen = "0.2.92"
|
||||
wasm-bindgen = "0.2.100"
|
||||
serde-wasm-bindgen = "0.4"
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user