diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2023-09-27 05:13:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-27 09:13:48 +0000 |
commit | 3b78981ffe7cbc210da4a8ba3852f3fed48082ce (patch) | |
tree | 48370aaf8f12aadb53dd5b533d1e98913875baa3 /cli/deno_std.rs | |
parent | f58a400585020b1b4765093b791c0d79882adbbf (diff) |
chore: forward v1.37.1 release commit to main (#20706)
This is the release commit being forwarded back to main for 1.37.1
Co-authored-by: littledivy <littledivy@users.noreply.github.com>
Diffstat (limited to 'cli/deno_std.rs')
-rw-r--r-- | cli/deno_std.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/deno_std.rs b/cli/deno_std.rs index 53eb88f5c..f21c41bfb 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.202.0/"; +pub const CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.203.0/"; |