summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2019-09-28 21:14:49 +0200
committerRyan Dahl <ry@tinyclouds.org>2019-09-28 15:14:49 -0400
commit3a982a014b73ae648fd53c985776bd9a980206e4 (patch)
treefc2ef04e9eec9de6fb256ba8658949cdb88dc162
parent6efca6d1a17638136eadf39644f392f9107a4a6c (diff)
bump deno_std deps (#3034)
-rw-r--r--cli/flags.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/flags.rs b/cli/flags.rs
index c00137b4f..c816830b6 100644
--- a/cli/flags.rs
+++ b/cli/flags.rs
@@ -14,7 +14,7 @@ use std::str::FromStr;
macro_rules! std_url {
($x:expr) => {
- concat!("https://deno.land/std@06958a4/", $x)
+ concat!("https://deno.land/std@17a214b/", $x)
};
}