From c658fc8cbcd1f199edd445a49cb43139ebdc5f02 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Mon, 14 May 2018 11:29:22 +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 1cb596d81d4..52ffa50dc69 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.200 +* Rustup to *rustc 1.27.0-nightly (9fae15374 2018-05-13)* + ## 0.0.199 * Rustup to *rustc 1.27.0-nightly (ff2ac35db 2018-05-12)* diff --git a/Cargo.toml b/Cargo.toml index a200a6710ee..328a057a737 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.0.199" +version = "0.0.200" authors = [ "Manish Goregaokar ", "Andre Bogus ", @@ -37,7 +37,7 @@ path = "src/driver.rs" [dependencies] # begin automatic update -clippy_lints = { version = "0.0.199", path = "clippy_lints" } +clippy_lints = { version = "0.0.200", path = "clippy_lints" } # end automatic update regex = "1" semver = "0.9" diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index 284f7e75c19..a77d6c6652d 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.199" +version = "0.0.200" # end automatic update authors = [ "Manish Goregaokar ", diff --git a/min_version.txt b/min_version.txt index 9d1de5e2c79..664dbfe9e46 100644 --- a/min_version.txt +++ b/min_version.txt @@ -1,7 +1,7 @@ -rustc 1.27.0-nightly (ff2ac35db 2018-05-12) +rustc 1.27.0-nightly (9fae15374 2018-05-13) binary: rustc -commit-hash: ff2ac35db93a80b2de5daa4f280bf1503d62c164 -commit-date: 2018-05-12 +commit-hash: 9fae1537462bb10fd17d07816efc17cfe4786806 +commit-date: 2018-05-13 host: x86_64-unknown-linux-gnu release: 1.27.0-nightly LLVM version: 6.0