summaryrefslogtreecommitdiff
path: root/cli/compat/mod.rs
diff options
context:
space:
mode:
authorSatya Rohith <me@satyarohith.com>2022-03-03 22:23:16 +0530
committerDavid Sherret <dsherret@users.noreply.github.com>2022-03-03 15:05:18 -0500
commit975f413c4607ac9130aa31f6497a9820bab57bbd (patch)
tree41490fd68d9babc07c358b5da848c4ced3330a09 /cli/compat/mod.rs
parent95459e60f65f4492528cccfa4c777b15e464bc39 (diff)
1.19.2 (#13825)
Diffstat (limited to 'cli/compat/mod.rs')
-rw-r--r--cli/compat/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/compat/mod.rs b/cli/compat/mod.rs
index 0f1c36084..1e380b7d8 100644
--- a/cli/compat/mod.rs
+++ b/cli/compat/mod.rs
@@ -20,7 +20,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.127.0/";
+static STD_URL_STR: &str = "https://deno.land/std@0.128.0/";
static SUPPORTED_MODULES: &[&str] = &[
"assert",