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/deno_std.rs | |
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/deno_std.rs')
-rw-r--r-- | cli/deno_std.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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/"; |