Skip to content

Commit 3e68add

Browse files
fix(deps): update rust crate napi to v3
1 parent b765883 commit 3e68add

File tree

2 files changed

+45
-11
lines changed

2 files changed

+45
-11
lines changed

Cargo.lock

Lines changed: 44 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ path = "src/lib.rs"
1212

1313
[dependencies]
1414
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
15-
napi = { version = "2.16.4", default-features = false, features = [
15+
napi = { version = "3.0.0", default-features = false, features = [
1616
"napi8",
1717
"tokio_rt",
1818
] }

0 commit comments

Comments
 (0)