summaryrefslogtreecommitdiff
path: root/test_napi
diff options
context:
space:
mode:
authorLuca Casonato <hello@lcas.dev>2023-12-08 15:55:11 +0100
committerGitHub <noreply@github.com>2023-12-08 15:55:11 +0100
commit6596912d5ae824bf68452f824a20e74d58a2e365 (patch)
tree7e12774ee81349568f51534be259a532ad5ce383 /test_napi
parentca64771257d23ceee97e882965269702c359f6aa (diff)
chore: update a bunch of crates (#21270)
Fixes #21217 --------- Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com> Co-authored-by: Bartek IwaƄczuk <biwanczuk@gmail.com>
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