Skip to content

Commit e919d10

Browse files
committed
refactor: fix ptr corruption
1 parent 5ee8084 commit e919d10

File tree

12 files changed

+887
-650
lines changed

12 files changed

+887
-650
lines changed

Cargo.lock

Lines changed: 9 additions & 46 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ version = "0.0.0"
77
crate-type = ["cdylib"]
88

99
[dependencies]
10-
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
11-
napi = { path = "../napi-rs/crates/napi", features = ["napi3"] }
10+
napi = { version = "2.2.0", features = ["napi3"] }
1211
napi-derive = "2.2.0"
1312
libc = "0.2.123"
1413
nix = "0.23"

0 commit comments

Comments
 (0)