diff --git a/cli/flags.rs b/cli/flags.rs index c00137b4fe0e20..c816830b652a6d 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) }; }