mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 19:08:15 +00:00
chore: forward v1.25.4 release commit to main (#16001)
This commit is contained in:
parent
9bf4ec2eac
commit
1b04ff0782
25 changed files with 149 additions and 126 deletions
|
@ -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.156.0/";
|
||||
static CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.157.0/";
|
||||
|
||||
pub static CURRENT_STD_URL: Lazy<Url> =
|
||||
Lazy::new(|| Url::parse(CURRENT_STD_URL_STR).unwrap());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue