We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
napi
3
1 parent 0bfbd6f commit adf3699Copy full SHA for adf3699
bindings/javascript/Cargo.toml
@@ -22,8 +22,8 @@ mimalloc = "0.1"
22
mimalloc = { version = "0.1", features = ["local_dynamic_tls"] }
23
24
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
25
-napi = { version = "2.16.0", default-features = false, features = ["napi4"] }
26
-napi-derive = "2.16.0"
+napi = { version = "3.1.3", default-features = false, features = ["napi4"] }
+napi-derive = "3.1.0"
27
28
[target.'cfg(target_arch = "wasm32")'.dependencies]
29
wasm-bindgen = "=0.2.100"
@@ -43,7 +43,7 @@ version = "*"
43
default-features = false
44
45
[build-dependencies]
46
-napi-build = "2.1.0"
+napi-build = "2.2.0"
47
48
[profile.release]
49
lto = true
0 commit comments