From 634ca02fd88093b2223dd24f4b3269109ef2a917 Mon Sep 17 00:00:00 2001 From: Nick Cameron <ncameron@mozilla.com> Date: Mon, 14 May 2018 11:09:40 +1200 Subject: [PATCH] 0.7.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c0a15d10d3a..5b256c0c347 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -426,7 +426,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "rustfmt-nightly" -version = "0.6.1" +version = "0.7.0" dependencies = [ "assert_cli 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "cargo_metadata 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index fd5232a4475..1cf1ec4cec3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rustfmt-nightly" -version = "0.6.1" +version = "0.7.0" authors = ["Nicholas Cameron <ncameron@mozilla.com>", "The Rustfmt developers"] description = "Tool to find and fix Rust formatting issues" repository = "https://github.com/rust-lang-nursery/rustfmt"