summaryrefslogtreecommitdiff
path: root/cli/deno_std.rs
diff options
context:
space:
mode:
authordenobot <33910674+denobot@users.noreply.github.com>2023-02-24 08:16:04 +0900
committerGitHub <noreply@github.com>2023-02-24 00:16:04 +0100
commitc26fbe38d5a1f485a0960357c22080dd23e03ffb (patch)
tree45f6f9c99a2e60a0716eb33b95eb30ab4608a082 /cli/deno_std.rs
parente57b38f8b216bc8c0c1c22c10ab5c9ce2560c58a (diff)
1.31.0 (#17906)
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com> Co-authored-by: Bartek IwaƄczuk <biwanczuk@gmail.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 3ccf526d9..1805589cd 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.177.0/";
+static CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.178.0/";
pub static CURRENT_STD_URL: Lazy<Url> =
Lazy::new(|| Url::parse(CURRENT_STD_URL_STR).expect("invalid std url"));