From 5c51a2452d0a443f97aebc089cdf16bbbd4fb1ba Mon Sep 17 00:00:00 2001 From: mcarton Date: Tue, 31 May 2016 23:32:04 +0200 Subject: [PATCH] Bump to 0.0.71 Rustup to *rustc 1.10.0-nightly (7bddce693 2016-05-27)* --- CHANGELOG.md | 3 ++- Cargo.toml | 4 ++-- clippy_lints/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b59249b257c..7a21dbea2c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # Change Log All notable changes to this project will be documented in this file. -## 0.0.71 — TBD +## 0.0.71 — 2016-05-31 +* Rustup to *rustc 1.10.0-nightly (7bddce693 2016-05-27)* * New lint: [`useless_let_if_seq`] ## 0.0.70 — 2016-05-28 diff --git a/Cargo.toml b/Cargo.toml index 828857701d5..ec38ce91623 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.0.70" +version = "0.0.71" authors = [ "Manish Goregaokar ", "Andre Bogus ", @@ -30,7 +30,7 @@ toml = "0.1" unicode-normalization = "0.1" quine-mc_cluskey = "0.2.2" # begin automatic update -clippy_lints = { version = "0.0.70", path = "clippy_lints" } +clippy_lints = { version = "0.0.71", path = "clippy_lints" } # end automatic update rustc-serialize = "0.3" diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index c309b7a63e2..db6ee124505 100644 --- a/clippy_lints/Cargo.toml +++ b/clippy_lints/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "clippy_lints" # begin automatic update -version = "0.0.70" +version = "0.0.71" # end automatic update authors = [ "Manish Goregaokar ", -- 2.44.0