From ec27062bb623195ac6fd5005e6f2b1fd6b99666a Mon Sep 17 00:00:00 2001 From: mcarton Date: Wed, 28 Sep 2016 01:10:38 +0200 Subject: [PATCH] Bump to 0.0.91 --- CHANGELOG.md | 3 +++ Cargo.toml | 4 ++-- clippy_lints/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84bbf87d29c2..bc8a0a14ffb3 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.91 — 2016-09-28 +* Rustup to *rustc 1.13.0-nightly (d0623cf7b 2016-09-26)* + ## 0.0.90 — 2016-09-09 * Rustup to *rustc 1.13.0-nightly (f1f40f850 2016-09-09)* diff --git a/Cargo.toml b/Cargo.toml index 80f821a1b41c..ce3a60c05bee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.0.90" +version = "0.0.91" authors = [ "Manish Goregaokar ", "Andre Bogus ", @@ -25,7 +25,7 @@ test = false [dependencies] # begin automatic update -clippy_lints = { version = "0.0.90", path = "clippy_lints" } +clippy_lints = { version = "0.0.91", path = "clippy_lints" } # end automatic update [dev-dependencies] diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index a7e863c29688..7d08732ee275 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.90" +version = "0.0.91" # end automatic update authors = [ "Manish Goregaokar ",