From 9391ba1098177c9463392eca8e3a725b564d90dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 22 Dec 2021 22:20:17 +0100 Subject: chore: merge v1.17.1 into main (#13184) --- 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 14e168764..de5e1cc48 100644 --- a/cli/compat/mod.rs +++ b/cli/compat/mod.rs @@ -16,7 +16,7 @@ pub(crate) 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 -static STD_URL_STR: &str = "https://deno.land/std@0.118.0/"; +static STD_URL_STR: &str = "https://deno.land/std@0.119.0/"; static SUPPORTED_MODULES: &[&str] = &[ "assert", -- cgit v1.2.3