From 6fec3a69ec44a8fcc4a0c4e2c2c223da4f0b0161 Mon Sep 17 00:00:00 2001 From: topecongiro Date: Fri, 6 Sep 2019 22:51:13 +0900 Subject: [PATCH] Release v1.4.7 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9dcc509bba9..6609a4df3dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -882,7 +882,7 @@ dependencies = [ [[package]] name = "rustfmt-nightly" -version = "1.4.6" +version = "1.4.7" dependencies = [ "annotate-snippets 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 27cf07c1332..50ee8a01d94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rustfmt-nightly" -version = "1.4.6" +version = "1.4.7" authors = ["Nicholas Cameron ", "The Rustfmt developers"] description = "Tool to find and fix Rust formatting issues" repository = "https://github.com/rust-lang/rustfmt"