diff options
author | Satya Rohith <me@satyarohith.com> | 2022-03-03 22:23:16 +0530 |
---|---|---|
committer | David Sherret <dsherret@users.noreply.github.com> | 2022-03-03 15:05:18 -0500 |
commit | 975f413c4607ac9130aa31f6497a9820bab57bbd (patch) | |
tree | 41490fd68d9babc07c358b5da848c4ced3330a09 /cli/compat/mod.rs | |
parent | 95459e60f65f4492528cccfa4c777b15e464bc39 (diff) |
1.19.2 (#13825)
Diffstat (limited to 'cli/compat/mod.rs')
-rw-r--r-- | cli/compat/mod.rs | 2 |
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", |