diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-02-04 21:44:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-04 21:44:38 +0100 |
commit | 82284d8052262ce9e8b688ddf5f079a70edc6818 (patch) | |
tree | ed69f97aff4b85ae5f6826bfc1e2138faf292308 /cli/compat/mod.rs | |
parent | 2f438f4106e1c69f29e43221a98428213f6621e9 (diff) |
chore: forward v1.18.2 to main (#13595)
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 abfffb2d2..d53092ee7 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.123.0/"; +static STD_URL_STR: &str = "https://deno.land/std@0.125.0/"; static SUPPORTED_MODULES: &[&str] = &[ "assert", |