From 17dd0da9da6eebbb83856bd6a76ac767be0217f0 Mon Sep 17 00:00:00 2001 From: mcarton Date: Fri, 10 Jun 2016 19:48:56 +0200 Subject: [PATCH] Bump to 0.0.76 --- CHANGELOG.md | 1 + Cargo.toml | 4 ++-- clippy_lints/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4009246507c..81102a900e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ All notable changes to this project will be documented in this file. ## 0.0.76 — TBD +* Rustup to *rustc 1.11.0-nightly (7d2f75a95 2016-06-09)* * `cargo clippy` now automatically defines the `clippy` feature ## 0.0.75 — 2016-06-08 diff --git a/Cargo.toml b/Cargo.toml index 12c74b653e3..60862865b43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.0.75" +version = "0.0.76" authors = [ "Manish Goregaokar ", "Andre Bogus ", @@ -25,7 +25,7 @@ test = false [dependencies] regex_macros = { version = "0.1.33", optional = true } # begin automatic update -clippy_lints = { version = "0.0.75", path = "clippy_lints" } +clippy_lints = { version = "0.0.76", path = "clippy_lints" } # end automatic update [dev-dependencies] diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index 793e26ad06d..2f748d1ec3c 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.75" +version = "0.0.76" # end automatic update authors = [ "Manish Goregaokar ", -- 2.44.0