diff options
| author | Luca Casonato <hello@lcas.dev> | 2023-12-08 15:55:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-08 15:55:11 +0100 |
| commit | 6596912d5ae824bf68452f824a20e74d58a2e365 (patch) | |
| tree | 7e12774ee81349568f51534be259a532ad5ce383 /test_napi | |
| parent | ca64771257d23ceee97e882965269702c359f6aa (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.toml | 2 |
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 |
