diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2022-03-16 16:07:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-16 16:07:35 -0400 |
commit | 418c1eb4b3d65a9573030a074170a344723608de (patch) | |
tree | 7f7fa3f7fc8583d36b916195a664c40a5e10c65b /cli/compat/mod.rs | |
parent | c5270abad7c42968dcbdbc8d9f09d7675fb843e9 (diff) |
v1.20.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 9c74a8a1c..80838e229 100644 --- a/cli/compat/mod.rs +++ b/cli/compat/mod.rs @@ -20,7 +20,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.129.0/"; +static STD_URL_STR: &str = "https://deno.land/std@0.130.0/"; static SUPPORTED_MODULES: &[&str] = &[ "assert", |