diff options
| author | denobot <33910674+denobot@users.noreply.github.com> | 2024-03-08 04:12:36 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-08 09:12:36 +0000 |
| commit | 44da066359916632ba529ca7b05849b269d48648 (patch) | |
| tree | a1d2f43ac368d6527113c6eedc6a15512e82a8f6 /cli | |
| parent | 40089b37c0a98fdcfc5b44c5ecb2c390cd16e66c (diff) | |
chore: forward v1.41.2 release commit to main (#22793)
This is the release commit being forwarded back to main for 1.41.2
Signed-off-by: Divy Srivastava <dj.srivastava23@gmail.com>
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/Cargo.toml | 2 | ||||
| -rw-r--r-- | cli/deno_std.rs | 2 | ||||
| -rw-r--r-- | cli/napi/sym/Cargo.toml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 11fdcc123..cb1255d7f 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.41.1" +version = "1.41.2" authors.workspace = true default-run = "deno" edition.workspace = true diff --git a/cli/deno_std.rs b/cli/deno_std.rs index 2edaebf77..43133acbc 100644 --- a/cli/deno_std.rs +++ b/cli/deno_std.rs @@ -2,4 +2,4 @@ // WARNING: Ensure this is the only deno_std version reference as this // is automatically updated by the version bump workflow. -pub const CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.218.0/"; +pub const CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.219.0/"; diff --git a/cli/napi/sym/Cargo.toml b/cli/napi/sym/Cargo.toml index 61724a1cb..88c99c599 100644 --- a/cli/napi/sym/Cargo.toml +++ b/cli/napi/sym/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "napi_sym" -version = "0.70.0" +version = "0.71.0" authors.workspace = true edition.workspace = true license.workspace = true |
