From de3fa08d6cfac7edffb2411bbb42bb49af70dc82 Mon Sep 17 00:00:00 2001 From: Satya Rohith Date: Tue, 12 Oct 2021 23:27:07 +0530 Subject: 1.15.0 --- cli/compat.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/compat.rs') diff --git a/cli/compat.rs b/cli/compat.rs index 13be0374d..f4cc2a08d 100644 --- a/cli/compat.rs +++ b/cli/compat.rs @@ -7,7 +7,7 @@ use std::collections::HashMap; // 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 = "https://deno.land/std@0.110.0/"; +static STD_URL: &str = "https://deno.land/std@0.111.0/"; static GLOBAL_MODULE: &str = "global.ts"; static SUPPORTED_MODULES: &[&str] = &[ -- cgit v1.2.3