diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2023-07-04 17:58:01 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-05 01:58:01 +0200 |
commit | 1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9 (patch) | |
tree | 71a8c02678fd0e665e1b7a8e4aca01489869bc93 /cli/deno_std.rs | |
parent | 6d0c658023cb502209ff0f952a4a607b9f72752a (diff) |
1.35.0 (#19717)
Bumped versions for 1.35.0
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.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/deno_std.rs b/cli/deno_std.rs index dcc930a34..fd54b8335 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.192.0/"; +pub const CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.193.0/"; |