From c1d7babc92b2ffe6f5f527ba11c9f35eb7b3ef59 Mon Sep 17 00:00:00 2001 From: mcarton Date: Sat, 28 May 2016 16:36:44 +0200 Subject: [PATCH] Bump to 0.0.70 --- CHANGELOG.md | 3 ++- Cargo.toml | 2 +- clippy_lints/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 719e6ee287e..4aaaceb3b24 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.70 — TBD +## 0.0.70 — 2016-05-28 +* Rustup to *rustc 1.10.0-nightly (7bddce693 2016-05-27)* * [`invalid_regex`] and [`trivial_regex`] can now warn on `RegexSet::new`, `RegexBuilder::new` and byte regexes diff --git a/Cargo.toml b/Cargo.toml index 3a45da08f89..f0abb1e90c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.0.69" +version = "0.0.70" authors = [ "Manish Goregaokar ", "Andre Bogus ", diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index da10ca0c0b7..acfb20d9ae6 100644 --- a/clippy_lints/Cargo.toml +++ b/clippy_lints/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy_lints" -version = "0.0.69" +version = "0.0.70" authors = [ "Manish Goregaokar ", "Andre Bogus ", -- 2.44.0