]> git.lizzy.rs Git - rust.git/commitdiff
Bump to 0.0.88
authormcarton <cartonmartin+git@gmail.com>
Sun, 4 Sep 2016 15:45:07 +0000 (17:45 +0200)
committermcarton <cartonmartin+git@gmail.com>
Sun, 4 Sep 2016 15:50:14 +0000 (17:50 +0200)
CHANGELOG.md
Cargo.toml
clippy_lints/Cargo.toml

index d46048b0e934c40807f24b7da889f957ed5c12f5..3c789feff34e8fa0e68c11130db15ae7ac908720 100644 (file)
@@ -1,7 +1,8 @@
 # Change Log
 All notable changes to this project will be documented in this file.
 
-## 0.0.88 — ??
+## 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`
   lint groups: [`filter_next`], [`for_loop_over_option`],
   [`for_loop_over_result`] and [`match_overlapping_arm`]. You should now be
index 973f6b29c1c53af89c154f54a7f744892abdb07b..92ba37ee593268e9a8f1a4b0be4d7d619014b129 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.0.87"
+version = "0.0.88"
 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.87", path = "clippy_lints" }
+clippy_lints = { version = "0.0.88", path = "clippy_lints" }
 # end automatic update
 
 [dev-dependencies]
index 9089b6c1ba529c373c74b54af1686cf1742f200f..a355bd85593f720623d5f72118c8e790f1d64402 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "clippy_lints"
 # begin automatic update
-version = "0.0.87"
+version = "0.0.88"
 # end automatic update
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",