mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
flags: bump deno_std to v0.23.0 (#3322)
This commit is contained in:
parent
31115067cd
commit
7ba42ee4a6
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ use url::Url;
|
|||
|
||||
macro_rules! std_url {
|
||||
($x:expr) => {
|
||||
concat!("https://deno.land/std@v0.21.0/", $x)
|
||||
concat!("https://deno.land/std@v0.23.0/", $x)
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue