0
0
Fork 0
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:
Yusuke Sakurai 2019-10-22 02:11:19 +09:00 committed by Ry Dahl
parent 5a7dffe427
commit f1fa3bd792

View file

@ -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)
};
}