From 3a982a014b73ae648fd53c985776bd9a980206e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sat, 28 Sep 2019 21:14:49 +0200 Subject: [PATCH] bump deno_std deps (#3034) --- cli/flags.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/flags.rs b/cli/flags.rs index c00137b4fe..c816830b65 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) }; }