From 365461349d83e5b39bd3dcc704356f0822de0f65 Mon Sep 17 00:00:00 2001 From: topecongiro Date: Mon, 29 Jul 2019 05:56:39 +0900 Subject: [PATCH] Release 1.4.0 --- 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 22ea29576c4..d40380dbd68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -869,7 +869,7 @@ dependencies = [ [[package]] name = "rustfmt-nightly" -version = "1.3.3" +version = "1.4.0" 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 a7dbc62d74e..5ca4f765690 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rustfmt-nightly" -version = "1.3.3" +version = "1.4.0" 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 2f006538d48..ffe76caf0f2 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.3" +required_version = "1.4.0" unstable_features = false disable_all_formatting = false skip_children = false