From 3bce2af0ebc997278519f5d6270915bb3fe8fd56 Mon Sep 17 00:00:00 2001 From: denobot <33910674+denobot@users.noreply.github.com> Date: Fri, 9 Sep 2022 07:31:43 -0400 Subject: chore: forward v1.25.2 release commit to main (#15831) Co-authored-by: kt3k --- cli/deno_std.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/deno_std.rs') diff --git a/cli/deno_std.rs b/cli/deno_std.rs index e5458780a..6412eabe3 100644 --- a/cli/deno_std.rs +++ b/cli/deno_std.rs @@ -5,7 +5,7 @@ use once_cell::sync::Lazy; // WARNING: Ensure this is the only deno_std version reference as this // is automatically updated by the version bump workflow. -static CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.154.0/"; +static CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.155.0/"; pub static CURRENT_STD_URL: Lazy = Lazy::new(|| Url::parse(CURRENT_STD_URL_STR).unwrap()); -- cgit v1.2.3