]> git.lizzy.rs Git - rust.git/commitdiff
Bump the version
authorOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Mon, 10 Jul 2017 08:20:49 +0000 (10:20 +0200)
committerOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Mon, 10 Jul 2017 08:20:49 +0000 (10:20 +0200)
CHANGELOG.md
Cargo.toml
clippy_lints/Cargo.toml

index f6a30b3cd8950860f32b7617a766625bd0361e68..1bf979ae028e20f19b18cd1f925109889224d39f 100644 (file)
@@ -1,6 +1,11 @@
 # Change Log
 All notable changes to this project will be documented in this file.
 
+## 0.0.143
+* Update to *rustc 1.20.0-nightly (d84693b93 2017-07-09)*
+* Fix `cargo clippy` crashing on `dylib` projects
+* Fix false positives around `nested_while_let` and `never_loop`
+
 ## 0.0.142
 * Update to *rustc 1.20.0-nightly (067971139 2017-07-02)*
 
index eef5afcc2edae1d4dd6ef4a3762f9fbec3b52629..46cf9fa1e4939a0c79d7cd3d826ccea786ad1e71 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.0.142"
+version = "0.0.143"
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",
        "Andre Bogus <bogusandre@gmail.com>",
@@ -31,7 +31,7 @@ test = false
 
 [dependencies]
 # begin automatic update
-clippy_lints = { version = "0.0.142", path = "clippy_lints" }
+clippy_lints = { version = "0.0.143", path = "clippy_lints" }
 # end automatic update
 cargo_metadata = "0.2"
 
index 4f6d66e21edcc490931e55b637ca84a4c4dec8a9..6104ee82edda43dae18d59d61c8ff89d77e3ea6f 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "clippy_lints"
 # begin automatic update
-version = "0.0.142"
+version = "0.0.143"
 # end automatic update
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",