mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
update: use v0.21.0 for subcommands (#3168)
This commit is contained in:
parent
5a7dffe427
commit
f1fa3bd792
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@8c90bd9/", $x)
|
||||
concat!("https://deno.land/std@v0.21.0/", $x)
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue