summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYusuke Sakurai <kerokerokerop@gmail.com>2019-10-22 02:11:19 +0900
committerRy Dahl <ry@tinyclouds.org>2019-10-21 13:11:19 -0400
commitf1fa3bd792712a98f7fc8566a3bf4e1c7d9901b1 (patch)
tree82e4b47d4d988156985ff44402a8378e0ce990a2
parent5a7dffe42775892cb2171ea1a2bbd9c3ea8977f4 (diff)
update: use v0.21.0 for subcommands (#3168)
-rw-r--r--cli/flags.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/flags.rs b/cli/flags.rs
index 612415ec7..bd57187d6 100644
--- a/cli/flags.rs
+++ b/cli/flags.rs
@@ -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)
};
}