]> git.lizzy.rs Git - rust.git/commitdiff
Bump to 0.0.76
authormcarton <cartonmartin+git@gmail.com>
Fri, 10 Jun 2016 17:48:56 +0000 (19:48 +0200)
committermcarton <cartonmartin+git@gmail.com>
Fri, 10 Jun 2016 18:08:56 +0000 (20:08 +0200)
CHANGELOG.md
Cargo.toml
clippy_lints/Cargo.toml

index 4009246507c261cfd02dba424a5eb6a46f21160e..81102a900e5cf6f5763f44bdda404c42012fab0a 100644 (file)
@@ -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
index 12c74b653e34c271153082c4f080b79aad157d79..60862865b43f48d3ee133771379f024a87833625 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.0.75"
+version = "0.0.76"
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",
        "Andre Bogus <bogusandre@gmail.com>",
@@ -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]
index 793e26ad06dd3c25c1b6d719f1d5db006f200af8..2f748d1ec3cb45d4dcf84639aa0043057361c527 100644 (file)
@@ -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 <manishsmail@gmail.com>",