0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05:00

Upgrade subcommands to 0.28.1 (#3620)

This commit is contained in:
Ry Dahl 2020-01-07 19:05:52 -05:00 committed by Bartek Iwańczuk
parent d4bf0670ce
commit 884462d615

View file

@ -22,7 +22,7 @@ macro_rules! sset {
macro_rules! std_url {
($x:expr) => {
concat!("https://deno.land/std@v0.26.0/", $x)
concat!("https://deno.land/std@v0.28.1/", $x)
};
}