summaryrefslogtreecommitdiff
path: root/cli/compat/mod.rs
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-03-31 15:48:35 -0400
committerGitHub <noreply@github.com>2022-03-31 15:48:35 -0400
commit7fec7c834cb504f35f1dd03a9a464e164b8e13d8 (patch)
treea69be8a8bd5a511592d5c59fa7e7dd372ec4b920 /cli/compat/mod.rs
parentb0f974fbfd39db2d7c9d37d4c3ed3f21526d7ca3 (diff)
1.20.4 (#14168)
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 3429fe5f2..d84da9bcc 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
-pub(crate) static STD_URL_STR: &str = "https://deno.land/std@0.132.0/";
+pub(crate) static STD_URL_STR: &str = "https://deno.land/std@0.133.0/";
static SUPPORTED_MODULES: &[&str] = &[
"assert",