Skip to content

Commit adf3699

Browse files
committed
chore(javascript): Update napi to 3
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent 0bfbd6f commit adf3699

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bindings/javascript/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ mimalloc = "0.1"
2222
mimalloc = { version = "0.1", features = ["local_dynamic_tls"] }
2323

2424
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
25-
napi = { version = "2.16.0", default-features = false, features = ["napi4"] }
26-
napi-derive = "2.16.0"
25+
napi = { version = "3.1.3", default-features = false, features = ["napi4"] }
26+
napi-derive = "3.1.0"
2727

2828
[target.'cfg(target_arch = "wasm32")'.dependencies]
2929
wasm-bindgen = "=0.2.100"
@@ -43,7 +43,7 @@ version = "*"
4343
default-features = false
4444

4545
[build-dependencies]
46-
napi-build = "2.1.0"
46+
napi-build = "2.2.0"
4747

4848
[profile.release]
4949
lto = true

0 commit comments

Comments
 (0)