From 884462d615204d09f45c28048e45157ecc477a03 Mon Sep 17 00:00:00 2001 From: Ry Dahl Date: Tue, 7 Jan 2020 19:05:52 -0500 Subject: Upgrade subcommands to 0.28.1 (#3620) --- cli/flags.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') diff --git a/cli/flags.rs b/cli/flags.rs index 63960c118..ae7d0a669 100644 --- a/cli/flags.rs +++ b/cli/flags.rs @@ -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) }; } -- cgit v1.2.3