diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2023-08-24 19:53:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-24 17:53:01 +0000 |
commit | 3a2d284c96a7fe0a4a0d0430df79b79b8a4a4422 (patch) | |
tree | 1e57761b703ac9e39e7d9181a0049095c9a80873 /cli/deno_std.rs | |
parent | a47c160cbcde22e5c65e9fd5ee1dd7a0cbb78b31 (diff) |
chore: forward v1.36.3 release commit to main (#20270)
Co-authored-by: Matt Mastracci <matthew@mastracci.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 bbef0b1c6..9a7202c0e 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.198.0/"; +pub const CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.200.0/"; |