summaryrefslogtreecommitdiff
path: root/test_napi/Cargo.toml
diff options
context:
space:
mode:
authorMarcos Casagrande <marcoscvp90@gmail.com>2022-10-30 18:13:46 +0100
committerGitHub <noreply@github.com>2022-10-30 13:13:46 -0400
commit207dd8d111303f02b92d632ca00c165a657bc9c2 (patch)
tree270cd208e28351fa6ce8265aa63e9b299a613ac6 /test_napi/Cargo.toml
parent59ac110edd1f376bed7fa6bbdbe2ee09c266bf74 (diff)
fix(napi): fix is_detached_arraybuffer (#16478)
Diffstat (limited to 'test_napi/Cargo.toml')
-rw-r--r--test_napi/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_napi/Cargo.toml b/test_napi/Cargo.toml
index 09faa4175..407275563 100644
--- a/test_napi/Cargo.toml
+++ b/test_napi/Cargo.toml
@@ -11,7 +11,7 @@ publish = false
crate-type = ["cdylib"]
[dependencies]
-napi-sys = { version = "2.2.2", default-features = false, features = ["napi4"] }
+napi-sys = { version = "2.2.2", default-features = false, features = ["napi7"] }
[dev-dependencies]
test_util = { path = "../test_util" }