mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
flag: upgrade std to v0.29.0 (#3659)
This commit is contained in:
parent
737ab94ea1
commit
7ed018bb90
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ macro_rules! sset {
|
|||
|
||||
macro_rules! std_url {
|
||||
($x:expr) => {
|
||||
concat!("https://deno.land/std@v0.28.1/", $x)
|
||||
concat!("https://deno.land/std@v0.29.0/", $x)
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue