diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2024-04-11 10:07:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-11 13:37:24 +0530 |
commit | ca7432b86b78434c94c8c6059f10260ccb1b967a (patch) | |
tree | 815885095fd13dec82dd45987cba073a5afc673e /cli | |
parent | 34e1d0cdd4b7a00d48dee940024a7a695aa27f48 (diff) |
chore: forward v1.42.2 release commit to main (#23315)
Co-authored-by: Satya Rohith <me@satyarohith.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 7ec91725e..6e0e5f2bb 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.42.1" +version = "1.42.2" authors.workspace = true default-run = "deno" edition.workspace = true diff --git a/cli/napi/sym/Cargo.toml b/cli/napi/sym/Cargo.toml index 16d9d9b58..187cdac3d 100644 --- a/cli/napi/sym/Cargo.toml +++ b/cli/napi/sym/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "napi_sym" -version = "0.74.0" +version = "0.75.0" authors.workspace = true edition.workspace = true license.workspace = true |