diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-01-12 20:13:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-12 19:13:18 +0000 |
commit | 288774c5eda35c27db21526bbcc94488c534137c (patch) | |
tree | 1b3f8afbd6201fbfa22eed9aff6d4cb764bf2d01 /cli/deno_std.rs | |
parent | 4122c8f16400f7671ec9c724e0e38c423e807003 (diff) |
chore: forward v1.39.3 to main (#21915)
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.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/deno_std.rs b/cli/deno_std.rs index 0a1008478..c91537401 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.211.0/"; +pub const CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.212.0/"; |