summaryrefslogtreecommitdiff
path: root/cli/compat/mod.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2022-01-06 13:20:42 +0100
committerGitHub <noreply@github.com>2022-01-06 13:20:42 +0100
commit46f2ff120587cd1cb7b11e66d41ad6ad46fb09a8 (patch)
tree1cfa71ee21cb35e13f137e37af5f7bf686a3d500 /cli/compat/mod.rs
parentd92072c656ac0e764c1588ad5825ce6a10703352 (diff)
chore: forward 1.17.2 to main (#13295)
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 401e1ab40..3fee60cb6 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.119.0/";
+static STD_URL_STR: &str = "https://deno.land/std@0.120.0/";
static SUPPORTED_MODULES: &[&str] = &[
"assert",