summaryrefslogtreecommitdiff
path: root/cli/deno_std.rs
diff options
context:
space:
mode:
authorColin Ihrig <cjihrig@gmail.com>2022-09-15 16:24:06 -0400
committerGitHub <noreply@github.com>2022-09-15 16:24:06 -0400
commitee208c1b20d5e51fa35583fb698930d70f1e5e8b (patch)
treea6d7a4a88e6b09ec9470a4f8cf460ef1e55037aa /cli/deno_std.rs
parent2fc88aba1ac69dd72e0d516de22157f72778b2ef (diff)
chore: forward v1.25.3 release commit to main (#15919)
Co-authored-by: denobot <33910674+denobot@users.noreply.github.com> Co-authored-by: cjihrig <cjihrig@users.noreply.github.com>
Diffstat (limited to 'cli/deno_std.rs')
-rw-r--r--cli/deno_std.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/deno_std.rs b/cli/deno_std.rs
index 6412eabe3..d1c0627c7 100644
--- a/cli/deno_std.rs
+++ b/cli/deno_std.rs
@@ -5,7 +5,7 @@ use once_cell::sync::Lazy;
// WARNING: Ensure this is the only deno_std version reference as this
// is automatically updated by the version bump workflow.
-static CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.155.0/";
+static CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.156.0/";
pub static CURRENT_STD_URL: Lazy<Url> =
Lazy::new(|| Url::parse(CURRENT_STD_URL_STR).unwrap());