diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-01-25 17:24:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-25 16:24:11 +0000 |
commit | d4153bb117b67121d3a76c4a56699aec9bb3a667 (patch) | |
tree | ccadbd8f49dada0d6b2589f95ec053c1b372e029 /cli | |
parent | 2fd26de396b88c029f1e3a02179efaf4b2de9396 (diff) |
chore: forward v1.40.1 commit to main (#22107)
Co-authored-by: denobot <33910674+denobot@users.noreply.github.com>
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 2 | ||||
-rw-r--r-- | cli/napi/sym/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 64410cadc..115d51d0e 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.40.0" +version = "1.40.1" authors.workspace = true default-run = "deno" edition.workspace = true diff --git a/cli/napi/sym/Cargo.toml b/cli/napi/sym/Cargo.toml index d7ddf30e6..a3dfb6789 100644 --- a/cli/napi/sym/Cargo.toml +++ b/cli/napi/sym/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "napi_sym" -version = "0.63.0" +version = "0.64.0" authors.workspace = true edition.workspace = true license.workspace = true |