Skip to content

Commit 0fa325a

Browse files
fix(deps): update rust crate napi to v3
1 parent 95a166a commit 0fa325a

File tree

2 files changed

+54
-14
lines changed

2 files changed

+54
-14
lines changed

Cargo.lock

Lines changed: 53 additions & 13 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)