From cf33720a85953651cc221380723c5c2f33386fe3 Mon Sep 17 00:00:00 2001 From: denobot <33910674+denobot@users.noreply.github.com> Date: Thu, 4 Aug 2022 15:10:47 -0700 Subject: chore: forward v1.24.2 release commit to main (#15410) --- cli/compat/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/compat/mod.rs') diff --git a/cli/compat/mod.rs b/cli/compat/mod.rs index 93510f65d..98af2ea61 100644 --- a/cli/compat/mod.rs +++ b/cli/compat/mod.rs @@ -17,7 +17,7 @@ pub use esm_resolver::NodeEsmResolver; // WARNING: Ensure this is the only deno_std version reference as this // is automatically updated by the version bump workflow. -pub(crate) static STD_URL_STR: &str = "https://deno.land/std@0.150.0/"; +pub(crate) static STD_URL_STR: &str = "https://deno.land/std@0.151.0/"; static SUPPORTED_MODULES: &[&str] = &[ "assert", -- cgit v1.2.3