summaryrefslogtreecommitdiff
path: root/cli/compat/mod.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2022-01-13 20:47:42 +0100
committerGitHub <noreply@github.com>2022-01-13 20:47:42 +0100
commit9975ede773f5bf2f7f121ba2f3354592ed3be520 (patch)
treed9c6c1406df0cff2bb4bd6660735ad5ca179d570 /cli/compat/mod.rs
parentf12164646ba8327e9e6275b0ab97602f85e9854f (diff)
chore: forward v1.17.3 to main (#13364)
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 989113ad3..8299febe3 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.120.0/";
+static STD_URL_STR: &str = "https://deno.land/std@0.121.0/";
static SUPPORTED_MODULES: &[&str] = &[
"assert",