From ebe0b0eed596243a2839867363cb31d93f0b9754 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Sat, 19 May 2018 13:01:26 +0200 Subject: [PATCH] Version bump --- CHANGELOG.md | 3 +++ Cargo.toml | 4 ++-- clippy_lints/Cargo.toml | 2 +- min_version.txt | 8 ++++---- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68995649add..99460d21218 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.202 +* Rustup to *rustc 1.28.0-nightly (952f344cd 2018-05-18)* + ## 0.0.201 * Rustup to *rustc 1.27.0-nightly (2f2a11dfc 2018-05-16)* diff --git a/Cargo.toml b/Cargo.toml index 09e90d336fc..71d4ec04ab1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.0.201" +version = "0.0.202" authors = [ "Manish Goregaokar ", "Andre Bogus ", @@ -37,7 +37,7 @@ path = "src/driver.rs" [dependencies] # begin automatic update -clippy_lints = { version = "0.0.201", path = "clippy_lints" } +clippy_lints = { version = "0.0.202", path = "clippy_lints" } # end automatic update regex = "1" semver = "0.9" diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index d4ac329afe7..4eb34910a40 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.201" +version = "0.0.202" # end automatic update authors = [ "Manish Goregaokar ", diff --git a/min_version.txt b/min_version.txt index b983ba61ed0..e56c97afb12 100644 --- a/min_version.txt +++ b/min_version.txt @@ -1,7 +1,7 @@ -rustc 1.27.0-nightly (2f2a11dfc 2018-05-16) +rustc 1.28.0-nightly (952f344cd 2018-05-18) binary: rustc -commit-hash: 2f2a11dfc436fc0f401b595f22ed043c46dbebe7 -commit-date: 2018-05-16 +commit-hash: 952f344cdc0bca58d9f6c54dcfbae0890246e886 +commit-date: 2018-05-18 host: x86_64-unknown-linux-gnu -release: 1.27.0-nightly +release: 1.28.0-nightly LLVM version: 6.0