From 6baca22e27a58bf493fe4c2b509a899fbe8d46c4 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Fri, 11 May 2018 09:56:57 +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 e27e76ef7da..6bde6136f51 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.198 +* Rustup to *rustc 1.27.0-nightly (acd3871ba 2018-05-10)* + ## 0.0.197 * Rustup to *rustc 1.27.0-nightly (428ea5f6b 2018-05-06)* diff --git a/Cargo.toml b/Cargo.toml index 1a924bc7cf1..03d56de37cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.0.197" +version = "0.0.198" authors = [ "Manish Goregaokar ", "Andre Bogus ", @@ -37,7 +37,7 @@ path = "src/driver.rs" [dependencies] # begin automatic update -clippy_lints = { version = "0.0.197", path = "clippy_lints" } +clippy_lints = { version = "0.0.198", path = "clippy_lints" } # end automatic update regex = "0.2" semver = "0.9" diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index 8e0e2633c4f..2b647359618 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.197" +version = "0.0.198" # end automatic update authors = [ "Manish Goregaokar ", diff --git a/min_version.txt b/min_version.txt index b901c8ec520..a2e0b6f1933 100644 --- a/min_version.txt +++ b/min_version.txt @@ -1,7 +1,7 @@ -rustc 1.27.0-nightly (e82261dfb 2018-05-03) +rustc 1.27.0-nightly (acd3871ba 2018-05-10) binary: rustc -commit-hash: e82261dfbb5feaa2d28d2b138f4aabb2aa52c94b -commit-date: 2018-05-03 +commit-hash: acd3871ba17316419c644e17547887787628ec2f +commit-date: 2018-05-10 host: x86_64-unknown-linux-gnu release: 1.27.0-nightly LLVM version: 6.0