diff options
| author | denobot <33910674+denobot@users.noreply.github.com> | 2022-10-06 16:49:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-06 16:49:40 -0400 |
| commit | afeacb8328ffb588dccd9e51cb048cf04c85fb3f (patch) | |
| tree | e7b2daf09b9a00c8cd8918756b05790e4b51e7c3 /cli/deno_std.rs | |
| parent | cd1c63ad71965df6ee95d156fd17271177bd50c8 (diff) | |
chore: forward v1.26.1 release commit to main (#16178)
This is the release commit being forwarded back to main for 1.26.1
Please ensure:
- [x] Everything looks ok in the PR
- [x] The release has been published
To make edits to this PR:
```shell
git fetch upstream forward_v1.26.1 && git checkout -b forward_v1.26.1 upstream/forward_v1.26.1
```
Don't need this PR? Close it.
cc @cjihrig
Co-authored-by: cjihrig <cjihrig@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 bc109967a..75e53daa8 100644 --- a/cli/deno_std.rs +++ b/cli/deno_std.rs @@ -5,7 +5,7 @@ use once_cell::sync::Lazy; // WARNING: Ensure this is the only deno_std version reference as this // is automatically updated by the version bump workflow. -static CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.158.0/"; +static CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.159.0/"; pub static CURRENT_STD_URL: Lazy<Url> = Lazy::new(|| Url::parse(CURRENT_STD_URL_STR).unwrap()); |
