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.
1 parent ab8d137 commit d0a8125Copy full SHA for d0a8125
bindings/javascript/Cargo.toml
@@ -22,7 +22,7 @@ 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"] }
+napi = { version = "3.4.0", default-features = false, features = ["napi4"] }
26
napi-derive = "2.16.0"
27
28
[target.'cfg(target_arch = "wasm32")'.dependencies]
0 commit comments