Skip to content

Commit

Permalink
fix(deps): update rust crate napi-derive to 2.14.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and HerringtonDarkholme committed Jan 14, 2024
1 parent f52c3a0 commit 8e9b090
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 napi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crate-type = ["cdylib"]

[dependencies]
napi = "2.13.3"
napi-derive = {version = "2.13.0", features = ["type-def"]}
napi-derive = {version = "2.14.6", features = ["type-def"]}
compiler = { path = "../crates/compiler", package = "vue-compiler-core", default-features = false, features = [] }
dom = { path = "../crates/dom", package = "vue-compiler-dom"}

Expand Down

0 comments on commit 8e9b090

Please sign in to comment.