mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Update NAPI-RS to v3
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user