Skip to content

Commit

Permalink
chore(deps): update rust crate napi-derive to 2.14.4 (#88)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 18, 2023
1 parent 4502a6f commit b84a4fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crate-type = ["cdylib"]
[dependencies]
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
napi = { version = "2.14.1", default-features = false, features = ["napi4"] }
napi-derive = "2.14.2"
napi-derive = "2.14.4"

swc_core = { version = "0.64.1", features = [
"__base",
Expand Down

0 comments on commit b84a4fb

Please sign in to comment.