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
1 parent dc77a0f commit 53a2859Copy full SHA for 53a2859
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.14.1", default-features = false, features = ["napi4"] }
26
-napi-derive = "2.14.4"
+napi = { version = "2.16.0", default-features = false, features = ["napi4"] }
+napi-derive = "2.16.0"
27
28
[target.'cfg(target_arch = "wasm32")'.dependencies]
29
wasm-bindgen = "=0.2.100"
0 commit comments