From de2004dec5607257765fe0a982d988e61bd0ddcd Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Thu, 28 Apr 2022 23:32:42 +0200 Subject: Forward 1.21.1 (#14428) --- 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 a32167fc6..e44f0cafe 100644 --- a/cli/compat/mod.rs +++ b/cli/compat/mod.rs @@ -18,7 +18,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.136.0/"; +pub(crate) static STD_URL_STR: &str = "https://deno.land/std@0.137.0/"; static SUPPORTED_MODULES: &[&str] = &[ "assert", -- cgit v1.2.3