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

index 485b9d87f5e0130ee1eb0dab889ec9e13be41108..d31e46e34738932eb834183f08ee5677fb77f474 100644 (file)
@@ -1,6 +1,9 @@
 # Change Log
 All notable changes to this project will be documented in this file.
 
+## 0.0.145
+* Update to *rustc 1.20.0-nightly (afe145d22 2017-07-23)*
+
 ## 0.0.144
 * Update to *rustc 1.20.0-nightly (086eaa78e 2017-07-15)*
 
index 13dc87d6d856f7b894a035c30f086c7bca8bef36..a2aa6464566fefa83afd0402d71c5ff372c8b227 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.0.144"
+version = "0.0.145"
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",
        "Andre Bogus <bogusandre@gmail.com>",
@@ -32,7 +32,7 @@ path = "src/main.rs"
 
 [dependencies]
 # begin automatic update
-clippy_lints = { version = "0.0.144", path = "clippy_lints" }
+clippy_lints = { version = "0.0.145", path = "clippy_lints" }
 # end automatic update
 cargo_metadata = "0.2"
 
index 2180cc7142779d55489330bd4fb1e92538af0504..da3187be4aa4b1507bd2503fd62fb97e499e5365 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "clippy_lints"
 # begin automatic update
-version = "0.0.144"
+version = "0.0.145"
 # end automatic update
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",