From 4c80394f54bf68e8e961fbc6275cd536717bc7f6 Mon Sep 17 00:00:00 2001 From: Axetroy Date: Thu, 30 May 2019 20:35:42 +0800 Subject: [PATCH] bump std/prettier@0.5.0 to std/prettier@0.7.0 (#2425) --- cli/flags.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/flags.rs b/cli/flags.rs index cbba4c9570..7d05d0c014 100644 --- a/cli/flags.rs +++ b/cli/flags.rs @@ -403,7 +403,7 @@ pub fn parse_flags(matches: ArgMatches) -> DenoFlags { } /// Used for `deno fmt ...` subcommand -const PRETTIER_URL: &str = "https://deno.land/std@v0.5.0/prettier/main.ts"; +const PRETTIER_URL: &str = "https://deno.land/std@v0.7.0/prettier/main.ts"; /// These are currently handled subcommands. /// There is no "Help" subcommand because it's handled by `clap::App` itself.