]> git.lizzy.rs Git - rust.git/commitdiff
Bump to 0.0.80
authormcarton <cartonmartin+git@gmail.com>
Sun, 31 Jul 2016 17:23:59 +0000 (19:23 +0200)
committermcarton <cartonmartin+git@gmail.com>
Sun, 31 Jul 2016 17:24:10 +0000 (19:24 +0200)
CHANGELOG.md
Cargo.toml
clippy_lints/Cargo.toml

index d15b08016658f8580bbdfb811434ff2b2503dcb6..10de2fc4b23b26f249e6425fe386e6161b1492c2 100644 (file)
@@ -1,6 +1,9 @@
 # Change Log
 All notable changes to this project will be documented in this file.
 
+## 0.0.80 — 2016-07-31
+* Rustup to *rustc 1.12.0-nightly (1225e122f 2016-07-30)*
+
 ## 0.0.79 — 2016-07-10
 * Rustup to *rustc 1.12.0-nightly (f93aaf84c 2016-07-09)*
 * Major suggestions refactoring
index 9790937a30719af3fc952f8a460b0a89cbc88ed0..ffb3d949e29172b7888ebfd7e4a82efabc909414 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.0.79"
+version = "0.0.80"
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",
        "Andre Bogus <bogusandre@gmail.com>",
@@ -25,7 +25,7 @@ test = false
 
 [dependencies]
 # begin automatic update
-clippy_lints = { version = "0.0.79", path = "clippy_lints" }
+clippy_lints = { version = "0.0.80", path = "clippy_lints" }
 # end automatic update
 
 [dev-dependencies]
index 6f05b99a16f414d424e1216894ca89530e983caf..355def6fc08d9e0f0d1e5c0727c389d3833f2a40 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "clippy_lints"
 # begin automatic update
-version = "0.0.79"
+version = "0.0.80"
 # end automatic update
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",