mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
chore: forward v1.30.3 release commit to main (#17677)
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com> Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
This commit is contained in:
parent
4d7145dd5a
commit
a4988d00da
31 changed files with 89 additions and 83 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.176.0/";
|
||||
static CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.177.0/";
|
||||
|
||||
pub static CURRENT_STD_URL: Lazy<Url> =
|
||||
Lazy::new(|| Url::parse(CURRENT_STD_URL_STR).expect("invalid std url"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue