Update NAPI-RS to v3

This commit is contained in:
Oliver Hamlet
2025-07-27 10:00:40 +01:00
parent d6be961095
commit ac0a355117
9 changed files with 3052 additions and 254 deletions
+3 -3
View File
@@ -12,11 +12,11 @@ libloot = { path = ".." }
libloot-ffi-errors = { path = "../ffi-errors" }
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
napi = { version = "2.12.2", default-features = false, features = ["napi4"] }
napi-derive = "2.12.2"
napi = { version = "3.1.3", default-features = false, features = ["napi4"] }
napi-derive = "3.1.1"
[build-dependencies]
napi-build = "2.2.2"
napi-build = "2.2.3"
[lints]
workspace = true