diff options
| author | Divy Srivastava <dj.srivastava23@gmail.com> | 2022-01-20 21:49:30 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-20 21:49:30 +0530 |
| commit | 2ea535c8c1817a20a3915e350242423ee71cfa73 (patch) | |
| tree | 0f279c36d8017a56bd43a0ed21d2a40121e1731d /cli/compat/mod.rs | |
| parent | 16776c9ade8325182ac589b0955a7e94394b021a (diff) | |
1.18.0
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 8299febe3..3a03a5e79 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.121.0/"; +static STD_URL_STR: &str = "https://deno.land/std@0.122.0/"; static SUPPORTED_MODULES: &[&str] = &[ "assert", |
