Skip to content

Commit

Permalink
chore: Bump nodejs-sys version to fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvalencik committed Feb 7, 2023
1 parent 3b149e3 commit 11b80e4
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 49 deletions.
111 changes: 63 additions & 48 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 crates/neon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ linkify = "0.9.0" # used for a doc example

[target.'cfg(not(target = "windows"))'.dev-dependencies]
# Avoid `clang` as a dependency on windows
nodejs-sys = "0.13.0"
nodejs-sys = "0.14.0"

[dependencies]
getrandom = { version = "0.2.7", optional = true }
Expand Down

0 comments on commit 11b80e4

Please sign in to comment.