From: mcarton Date: Sun, 4 Sep 2016 15:45:07 +0000 (+0200) Subject: Bump to 0.0.88 X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=e9ba9ec1a2b690513ec061a43a140f5d1ab29ca6;p=rust.git Bump to 0.0.88 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index d46048b0e93..3c789feff34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # Change Log All notable changes to this project will be documented in this file. -## 0.0.88 — ?? +## 0.0.88 — 2016-09-04 +* Rustup to *rustc 1.13.0-nightly (70598e04f 2016-09-03)* * The following lints are not new but were only usable through the `clippy` lint groups: [`filter_next`], [`for_loop_over_option`], [`for_loop_over_result`] and [`match_overlapping_arm`]. You should now be diff --git a/Cargo.toml b/Cargo.toml index 973f6b29c1c..92ba37ee593 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.0.87" +version = "0.0.88" authors = [ "Manish Goregaokar ", "Andre Bogus ", @@ -25,7 +25,7 @@ test = false [dependencies] # begin automatic update -clippy_lints = { version = "0.0.87", path = "clippy_lints" } +clippy_lints = { version = "0.0.88", path = "clippy_lints" } # end automatic update [dev-dependencies] diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index 9089b6c1ba5..a355bd85593 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.87" +version = "0.0.88" # end automatic update authors = [ "Manish Goregaokar ",