summaryrefslogtreecommitdiff
path: root/cli/compat/mod.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2022-02-04 21:44:38 +0100
committerGitHub <noreply@github.com>2022-02-04 21:44:38 +0100
commit82284d8052262ce9e8b688ddf5f079a70edc6818 (patch)
treeed69f97aff4b85ae5f6826bfc1e2138faf292308 /cli/compat/mod.rs
parent2f438f4106e1c69f29e43221a98428213f6621e9 (diff)
chore: forward v1.18.2 to main (#13595)
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 abfffb2d2..d53092ee7 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.123.0/";
+static STD_URL_STR: &str = "https://deno.land/std@0.125.0/";
static SUPPORTED_MODULES: &[&str] = &[
"assert",