From b2aaf708abd1af7c6df34a273a1720de63f93fcc Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 7 Apr 2022 14:40:20 -0400 Subject: chore: forward v1.20.5 release commit to main (#14232) --- cli/compat/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/compat') diff --git a/cli/compat/mod.rs b/cli/compat/mod.rs index d84da9bcc..c7a0f18bc 100644 --- a/cli/compat/mod.rs +++ b/cli/compat/mod.rs @@ -20,7 +20,7 @@ pub use esm_resolver::NodeEsmResolver; // each release, a better mechanism is preferable, but it's a quick and dirty // solution to avoid printing `X-Deno-Warning` headers when the compat layer is // downloaded -pub(crate) static STD_URL_STR: &str = "https://deno.land/std@0.133.0/"; +pub(crate) static STD_URL_STR: &str = "https://deno.land/std@0.134.0/"; static SUPPORTED_MODULES: &[&str] = &[ "assert", -- cgit v1.2.3