From 207dd8d111303f02b92d632ca00c165a657bc9c2 Mon Sep 17 00:00:00 2001 From: Marcos Casagrande Date: Sun, 30 Oct 2022 18:13:46 +0100 Subject: fix(napi): fix is_detached_arraybuffer (#16478) --- test_napi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_napi/Cargo.toml') 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" } -- cgit v1.2.3