diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-12-16 19:24:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-16 19:24:16 +0100 |
commit | 5f11f87495effaf9b4ce6c8c615cdce3d50d91f8 (patch) | |
tree | cafb5228322c6fcd2e4ff92551ffa47d1f7d9940 /cli/compat/mod.rs | |
parent | e0cba6b19b13252b3351f7ce0d08e10f1470602c (diff) |
v1.17.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 8083471f0..54f8b5fde 100644 --- a/cli/compat/mod.rs +++ b/cli/compat/mod.rs @@ -15,7 +15,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.117.0/"; +static STD_URL_STR: &str = "https://deno.land/std@0.118.0/"; static SUPPORTED_MODULES: &[&str] = &[ "assert", |