From f3062f4199d42a0d1f93e1bdbe4a2d3e22ac2cec Mon Sep 17 00:00:00 2001 From: mcarton Date: Sun, 28 Aug 2016 17:26:45 +0200 Subject: [PATCH] Bump to 0.0.86 --- CHANGELOG.md | 3 ++- Cargo.toml | 4 ++-- clippy_lints/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7723b558376f..185072debab1 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.86 — ? +## 0.0.86 — 2016-08-28 +* Rustup to *rustc 1.13.0-nightly (a23064af5 2016-08-27)* * New lints: [`missing_docs_in_private_items`], [`zero_prefixed_literal`] ## 0.0.85 — 2016-08-19 diff --git a/Cargo.toml b/Cargo.toml index 89974572eedc..78c4b285f70c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.0.85" +version = "0.0.86" authors = [ "Manish Goregaokar ", "Andre Bogus ", @@ -25,7 +25,7 @@ test = false [dependencies] # begin automatic update -clippy_lints = { version = "0.0.85", path = "clippy_lints" } +clippy_lints = { version = "0.0.86", path = "clippy_lints" } # end automatic update [dev-dependencies] diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index 6f6f09d1e67b..f629e1deb894 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.85" +version = "0.0.86" # end automatic update authors = [ "Manish Goregaokar ",