summaryrefslogtreecommitdiff
path: root/cli/deno_std.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-05-30 04:26:03 +0200
committerGitHub <noreply@github.com>2023-05-29 20:26:03 -0600
commitacc6cdc0b1c0fae5e0fba3b0110f96119c2139f7 (patch)
treef5e67615a9ae1b5f9b8e0723b3b1db7ea726dc5d /cli/deno_std.rs
parent7f5a61c859323287c4f2555670146630da234fbd (diff)
chore: forward v1.34.1 to main (#19312)
Co-authored-by: denobot <33910674+denobot@users.noreply.github.com> Co-authored-by: bartlomieju <bartlomieju@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 b534a95de..6065666ba 100644
--- a/cli/deno_std.rs
+++ b/cli/deno_std.rs
@@ -2,4 +2,4 @@
// WARNING: Ensure this is the only deno_std version reference as this
// is automatically updated by the version bump workflow.
-pub const CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.189.0/";
+pub const CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.190.0/";