summaryrefslogtreecommitdiff
path: root/cli/flags.rs
diff options
context:
space:
mode:
authorRy Dahl <ry@tinyclouds.org>2020-01-07 19:05:52 -0500
committerBartek IwaƄczuk <biwanczuk@gmail.com>2020-01-08 01:05:52 +0100
commit884462d615204d09f45c28048e45157ecc477a03 (patch)
treecaa4407645ac40b6e5a825af809e6f95de282dae /cli/flags.rs
parentd4bf0670ce02a7561f224085bef6827132335cd5 (diff)
Upgrade subcommands to 0.28.1 (#3620)
Diffstat (limited to 'cli/flags.rs')
-rw-r--r--cli/flags.rs2
1 files changed, 1 insertions, 1 deletions
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)
};
}