]> git.lizzy.rs Git - rust.git/commitdiff
Version Bump
authorOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Mon, 5 Feb 2018 07:48:40 +0000 (08:48 +0100)
committerOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Mon, 5 Feb 2018 07:48:40 +0000 (08:48 +0100)
CHANGELOG.md
Cargo.toml
clippy_lints/Cargo.toml

index 1970732e46ec573df506998f9b2f75ed65313572..d953f0f22ccbab0690af3f0b1ecb77051c8668f8 100644 (file)
@@ -1,6 +1,10 @@
 # Change Log
 All notable changes to this project will be documented in this file.
 
+## 0.0.186
+* Rustup to *rustc 1.25.0-nightly (0c6091fbd 2018-02-04)*
+* Various false positive fixes
+
 ## 0.0.185
 * Rustup to *rustc 1.25.0-nightly (56733bc9f 2018-02-01)*
 * New lint: [`question_mark`]
index 638e3ee33a36391c877cb1d6ca0c7d341deee241..0ba3e5e6c6af5530928f266c80148575785e678e 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.0.185"
+version = "0.0.186"
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",
        "Andre Bogus <bogusandre@gmail.com>",
@@ -37,7 +37,7 @@ path = "src/driver.rs"
 
 [dependencies]
 # begin automatic update
-clippy_lints = { version = "0.0.185", path = "clippy_lints" }
+clippy_lints = { version = "0.0.186", path = "clippy_lints" }
 # end automatic update
 cargo_metadata = "0.2"
 regex = "0.2"
index 4f25dd8043fda9a294c893de9b086f56fa739bba..9249e871204375b1ed2b680e983480add4777b6e 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "clippy_lints"
 # begin automatic update
-version = "0.0.185"
+version = "0.0.186"
 # end automatic update
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",