diff options
author | Axetroy <axetroy.dev@gmail.com> | 2019-05-30 20:35:42 +0800 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-05-30 08:35:42 -0400 |
commit | 4c80394f54bf68e8e961fbc6275cd536717bc7f6 (patch) | |
tree | 866bff01e8dd5b85bc643b82146a33d216671b8e | |
parent | 5265bd7cb1f86af99b01d73c537d52a50df95fe2 (diff) |
bump std/prettier@0.5.0 to std/prettier@0.7.0 (#2425)
-rw-r--r-- | cli/flags.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/flags.rs b/cli/flags.rs index cbba4c957..7d05d0c01 100644 --- a/cli/flags.rs +++ b/cli/flags.rs @@ -403,7 +403,7 @@ pub fn parse_flags(matches: ArgMatches) -> DenoFlags { } /// Used for `deno fmt <files>...` 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. |