chore: forward v1.25.2 release commit to main (#15831)

Co-authored-by: kt3k <kt3k@users.noreply.github.com>
This commit is contained in:
denobot 2022-09-09 07:31:43 -04:00 committed by GitHub
parent 6c179daff0
commit 3bce2af0eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 161 additions and 126 deletions

View file

@ -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.154.0/";
static CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.155.0/";
pub static CURRENT_STD_URL: Lazy<Url> =
Lazy::new(|| Url::parse(CURRENT_STD_URL_STR).unwrap());