From 679c8d5f106e8442bf8c4a54609a63df9eb3863c Mon Sep 17 00:00:00 2001 From: topecongiro Date: Sat, 6 Jul 2019 14:22:30 +0900 Subject: [PATCH] Release 1.3.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/config/mod.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d6c1cef8d849..9568dbcfd56b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -838,7 +838,7 @@ dependencies = [ [[package]] name = "rustfmt-nightly" -version = "1.3.1" +version = "1.3.2" dependencies = [ "annotate-snippets 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 99a0890574ec..56815a1e5b1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rustfmt-nightly" -version = "1.3.1" +version = "1.3.2" authors = ["Nicholas Cameron ", "The Rustfmt developers"] description = "Tool to find and fix Rust formatting issues" repository = "https://github.com/rust-lang/rustfmt" diff --git a/src/config/mod.rs b/src/config/mod.rs index 4b4f9921d801..01ce1df8a9ab 100644 --- a/src/config/mod.rs +++ b/src/config/mod.rs @@ -519,7 +519,7 @@ use_field_init_shorthand = false force_explicit_abi = true condense_wildcard_suffixes = false color = "Auto" -required_version = "1.3.1" +required_version = "1.3.2" unstable_features = false disable_all_formatting = false skip_children = false