diff options
author | Luca Casonato <hello@lcas.dev> | 2022-03-25 18:53:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-25 18:53:55 +0100 |
commit | 37b0ec454cb45f10fbcb14273c663cb55b40d209 (patch) | |
tree | b271657ae5a2c98f3e3abcf9dcf991acf7e5f770 /cli/compat/mod.rs | |
parent | 3511b7602b619357174001555e961964c9a63e33 (diff) |
chore: forward v1.20.3 release commit to main (#14121)
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 b311c1ebc..72d0ce633 100644 --- a/cli/compat/mod.rs +++ b/cli/compat/mod.rs @@ -20,7 +20,7 @@ pub 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.131.0/"; +static STD_URL_STR: &str = "https://deno.land/std@0.132.0/"; static SUPPORTED_MODULES: &[&str] = &[ "assert", |