summaryrefslogtreecommitdiff
path: root/test_napi
diff options
context:
space:
mode:
Diffstat (limited to 'test_napi')
-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 6717ecce3..24042b6f8 100644
--- a/test_napi/Cargo.toml
+++ b/test_napi/Cargo.toml
@@ -13,7 +13,7 @@ repository.workspace = true
crate-type = ["cdylib"]
[dependencies]
-napi-sys = { version = "2.2.2", default-features = false, features = ["napi7"] }
+napi-sys = { version = "=2.2.2", default-features = false, features = ["napi7"] }
[dev-dependencies]
test_util.workspace = true