diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-01-27 18:52:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-27 18:52:34 +0100 |
commit | 5cf23176dc0a66f9622c79ca9ee87dbf38076a7c (patch) | |
tree | 06827249ee558075e05f36f0439172428a424b57 /cli/compat/mod.rs | |
parent | f248e6f1778dc26db91d3322de2ecca5d1aa9866 (diff) |
chore: forward v1.18.1 to main (#13514)
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 3a03a5e79..abfffb2d2 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.122.0/"; +static STD_URL_STR: &str = "https://deno.land/std@0.123.0/"; static SUPPORTED_MODULES: &[&str] = &[ "assert", |