]> git.lizzy.rs Git - rust.git/commitdiff
Bump the version
authorOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Thu, 4 May 2017 12:53:34 +0000 (14:53 +0200)
committerOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Thu, 4 May 2017 12:53:34 +0000 (14:53 +0200)
CHANGELOG.md
Cargo.toml
clippy_lints/Cargo.toml

index 85363172e3cd15d3187cf157c99993634d844adb..c763ef3de9df2f77cf0d798a1db4a1e806f7de15 100644 (file)
@@ -1,7 +1,10 @@
 # Change Log
 All notable changes to this project will be documented in this file.
 
-## 0.0.130 - 2017-05-01
+## 0.0.131 - 2017-05-04
+* Update to *rustc 1.19.0-nightly (2d4ed8e0c 2017-05-03)*
+
+## 0.0.130 - 2017-05-03
 * Update to *rustc 1.19.0-nightly (6a5fc9eec 2017-05-02)*
 
 ## 0.0.129 — 2017-05-01
index 014a06c2631ac81d93eb01b6240da1d607f2cd9c..96eb3fac3c33bf7204ef99c8df7b88d2d98065f5 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.0.130"
+version = "0.0.131"
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",
        "Andre Bogus <bogusandre@gmail.com>",
@@ -30,7 +30,7 @@ test = false
 
 [dependencies]
 # begin automatic update
-clippy_lints = { version = "0.0.130", path = "clippy_lints" }
+clippy_lints = { version = "0.0.131", path = "clippy_lints" }
 # end automatic update
 cargo_metadata = "0.1.1"
 
index 54cdb962d3bdb5e1b9f9214fc971f99d5b1222f6..64bd412f60403c6bf1fee1741a77cf9dd9bb1e53 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "clippy_lints"
 # begin automatic update
-version = "0.0.130"
+version = "0.0.131"
 # end automatic update
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",