From 11ea3b8be9b32fa8335f3cc7ba70eb33213619a9 Mon Sep 17 00:00:00 2001 From: mcarton Date: Wed, 8 Jun 2016 12:23:33 +0200 Subject: [PATCH] Bump to 0.0.75 --- CHANGELOG.md | 3 +++ Cargo.toml | 4 ++-- clippy_lints/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29fa83ef630..42ff32fe13f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log All notable changes to this project will be documented in this file. +## 0.0.75 — 2016-06-08 +* Rustup to *rustc 1.11.0-nightly (763f9234b 2016-06-06)* + ## 0.0.74 — 2016-06-07 * Fix bug with `cargo-clippy` JSON parsing * Add the `CLIPPY_DISABLE_WIKI_LINKS` environment variable to deactivate the diff --git a/Cargo.toml b/Cargo.toml index 0bfd05a0de4..1ea542c7737 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.0.74" +version = "0.0.75" 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.74", path = "clippy_lints" } +clippy_lints = { version = "0.0.75", path = "clippy_lints" } # end automatic update rustc-serialize = "0.3" diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index 36a8a0d5f0b..793e26ad06d 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.74" +version = "0.0.75" # end automatic update authors = [ "Manish Goregaokar ", -- 2.44.0