Skip to content

Commit d8a27b0

Browse files
fix(deps): update rust crate napi to v3
1 parent 4e20a57 commit d8a27b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)