]> git.lizzy.rs Git - rust.git/commitdiff
Bump to 0.0.89
authormcarton <cartonmartin+git@gmail.com>
Tue, 6 Sep 2016 17:05:53 +0000 (19:05 +0200)
committermcarton <cartonmartin+git@gmail.com>
Tue, 6 Sep 2016 17:05:53 +0000 (19:05 +0200)
CHANGELOG.md
Cargo.toml
clippy_lints/Cargo.toml

index 3c789feff34e8fa0e68c11130db15ae7ac908720..b6322479e45da25ffe92078e3711b26fd748a3a7 100644 (file)
@@ -1,6 +1,9 @@
 # Change Log
 All notable changes to this project will be documented in this file.
 
+## 0.0.89 — 2016-09-06
+* Rustup to *rustc 1.13.0-nightly (cbe4de78e 2016-09-05)*
+
 ## 0.0.88 — 2016-09-04
 * Rustup to *rustc 1.13.0-nightly (70598e04f 2016-09-03)*
 * The following lints are not new but were only usable through the `clippy`
index 92ba37ee593268e9a8f1a4b0be4d7d619014b129..7e83e45d856e76f07ce1202afbf3e4fc80cbb809 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.0.88"
+version = "0.0.89"
 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.88", path = "clippy_lints" }
+clippy_lints = { version = "0.0.89", path = "clippy_lints" }
 # end automatic update
 
 [dev-dependencies]
index a355bd85593f720623d5f72118c8e790f1d64402..50eba2aee4f88720b4e5ace0d508283521fb11d9 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "clippy_lints"
 # begin automatic update
-version = "0.0.88"
+version = "0.0.89"
 # end automatic update
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",