]> git.lizzy.rs Git - rust.git/commitdiff
Bump to 0.0.79
authormcarton <cartonmartin+git@gmail.com>
Sun, 10 Jul 2016 13:43:06 +0000 (15:43 +0200)
committermcarton <cartonmartin+git@gmail.com>
Sun, 10 Jul 2016 13:43:06 +0000 (15:43 +0200)
CHANGELOG.md
Cargo.toml
clippy_lints/Cargo.toml

index e0ea031c73f24828bb500fb99eb8ad2a7719b8fa..ca3c67e4e8f59109c2f351f8f597322f2c3f5aac 100644 (file)
@@ -1,7 +1,8 @@
 # Change Log
 All notable changes to this project will be documented in this file.
 
-## 0.0.79 — ?
+## 0.0.79 — 2016-07-10
+* Rustup to *rustc 1.12.0-nightly (f93aaf84c 2016-07-09)*
 * Major suggestions refactoring
 
 ## 0.0.78 — 2016-07-02
index f8b63a56257c4a59db3ebfd8fbfdda64e0b0600a..79aefdfce6151c95c4f7a25d87bd68ed45af2298 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.0.78"
+version = "0.0.79"
 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.78", path = "clippy_lints" }
+clippy_lints = { version = "0.0.79", path = "clippy_lints" }
 # end automatic update
 
 [dev-dependencies]
index e74db2b17a64dd432f853d12a669a881e31f8141..6f05b99a16f414d424e1216894ca89530e983caf 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "clippy_lints"
 # begin automatic update
-version = "0.0.78"
+version = "0.0.79"
 # end automatic update
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",