From 46f2ff120587cd1cb7b11e66d41ad6ad46fb09a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 6 Jan 2022 13:20:42 +0100 Subject: chore: forward 1.17.2 to main (#13295) --- 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 401e1ab40..3fee60cb6 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.119.0/"; +static STD_URL_STR: &str = "https://deno.land/std@0.120.0/"; static SUPPORTED_MODULES: &[&str] = &[ "assert", -- cgit v1.2.3