From e7a3e03c6e7dd2c342847adec6b3531324195d31 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Wed, 23 May 2018 16:38:19 +0200 Subject: [PATCH] Version bump --- CHANGELOG.md | 3 +++ Cargo.toml | 4 ++-- clippy_lints/Cargo.toml | 2 +- min_version.txt | 6 +++--- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fc3a6b5d..3deece422 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.204 +* Rustup to *rustc 1.28.0-nightly (71e87be38 2018-05-22)* + ## 0.0.203 * Rustup to *rustc 1.28.0-nightly (a3085756e 2018-05-19)* * clippy attributes are now of the form `clippy::cyclomatic_complexity` instead of `clippy(cyclomatic_complexity)` diff --git a/Cargo.toml b/Cargo.toml index 214c7e2b2..67631ebcc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.0.203" +version = "0.0.204" authors = [ "Manish Goregaokar ", "Andre Bogus ", @@ -37,7 +37,7 @@ path = "src/driver.rs" [dependencies] # begin automatic update -clippy_lints = { version = "0.0.203", path = "clippy_lints" } +clippy_lints = { version = "0.0.204", path = "clippy_lints" } # end automatic update regex = "1" semver = "0.9" diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index ddc907d7f..813efd9ba 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.203" +version = "0.0.204" # end automatic update authors = [ "Manish Goregaokar ", diff --git a/min_version.txt b/min_version.txt index c28edfb63..0c27e9607 100644 --- a/min_version.txt +++ b/min_version.txt @@ -1,7 +1,7 @@ -rustc 1.28.0-nightly (a3085756e 2018-05-19) +rustc 1.28.0-nightly (71e87be38 2018-05-22) binary: rustc -commit-hash: a3085756edf66459109c4b07948b08fe3e78bc3b -commit-date: 2018-05-19 +commit-hash: 71e87be381bd6020645d925c579fa7367167d3d8 +commit-date: 2018-05-22 host: x86_64-unknown-linux-gnu release: 1.28.0-nightly LLVM version: 6.0