From 7279dc3edfcea642f80eb1536af4fb35d612249f Mon Sep 17 00:00:00 2001 From: mcarton Date: Fri, 9 Sep 2016 20:26:11 +0200 Subject: [PATCH] Bump to 0.0.90 --- 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 b6322479e45..f6163d54ef6 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.90 — 2016-09-09 +* Rustup to *rustc 1.13.0-dev (f1f40f850 2016-09-09)* + ## 0.0.89 — 2016-09-06 * Rustup to *rustc 1.13.0-nightly (cbe4de78e 2016-09-05)* diff --git a/Cargo.toml b/Cargo.toml index 7e83e45d856..80f821a1b41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.0.89" +version = "0.0.90" authors = [ "Manish Goregaokar ", "Andre Bogus ", @@ -25,7 +25,7 @@ test = false [dependencies] # begin automatic update -clippy_lints = { version = "0.0.89", path = "clippy_lints" } +clippy_lints = { version = "0.0.90", path = "clippy_lints" } # end automatic update [dev-dependencies] diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index 50eba2aee4f..a7e863c2968 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.89" +version = "0.0.90" # end automatic update authors = [ "Manish Goregaokar ", -- 2.44.0