summaryrefslogtreecommitdiff
path: root/cli/compat/mod.rs
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-02-24 15:29:36 -0500
committerDavid Sherret <dsherret@users.noreply.github.com>2022-02-24 17:45:39 -0500
commit5f280662042054e8272225ef81f2be3445a6b057 (patch)
tree71eee7da01d05241bb7a778e2ec81d4f0fadab68 /cli/compat/mod.rs
parent4deefafdd1b16126351447ba63fb269b19234767 (diff)
1.19.1 (#13762)
Diffstat (limited to 'cli/compat/mod.rs')
-rw-r--r--cli/compat/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/compat/mod.rs b/cli/compat/mod.rs
index 375edc9a7..feeca2f4a 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.126.0/";
+static STD_URL_STR: &str = "https://deno.land/std@0.127.0/";
static SUPPORTED_MODULES: &[&str] = &[
"assert",