From f2eea6211c4834e8f472352bd3596a73115903b5 Mon Sep 17 00:00:00 2001 From: mcarton Date: Thu, 19 May 2016 23:15:12 +0200 Subject: [PATCH] Bump to 0.0.69 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 017e24b1034..59b03b301c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log All notable changes to this project will be documented in this file. +## 0.0.69 — 2016-05-20 +* Rustup to *rustc 1.10.0-nightly (476fe6eef 2016-05-21)* +* `used_underscore_binding` has been made `Allow` temporarily + ## 0.0.68 — 2016-05-17 * Rustup to *rustc 1.10.0-nightly (cd6a40017 2016-05-16)* * New lint: [`unnecessary_operation`] diff --git a/Cargo.toml b/Cargo.toml index 49053ea1e4f..fd0b07428c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.0.68" +version = "0.0.69" authors = [ "Manish Goregaokar ", "Andre Bogus ",