mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 10:08:20 +00:00
bind/js: Bump napi and napi-derive versions
This commit is contained in:
parent
ae2561dbca
commit
25df20dc97
2 changed files with 2 additions and 4 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2163,8 +2163,6 @@ dependencies = [
|
|||
"once_cell",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"regex",
|
||||
"semver",
|
||||
"syn 2.0.100",
|
||||
]
|
||||
|
||||
|
|
|
@ -12,8 +12,8 @@ crate-type = ["cdylib"]
|
|||
|
||||
[dependencies]
|
||||
limbo_core = { workspace = true }
|
||||
napi = { version = "2.12.2", default-features = false, features = ["napi4"] }
|
||||
napi-derive = "2.12.2"
|
||||
napi = { version = "2.16.17", default-features = false, features = ["napi4"] }
|
||||
napi-derive = { version = "2.16.13", default-features = false }
|
||||
|
||||
[build-dependencies]
|
||||
napi-build = "2.0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue