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

index 16307e5a2f3350452c4a9e342a68f30e6aea31b3..85363172e3cd15d3187cf157c99993634d844adb 100644 (file)
@@ -1,6 +1,9 @@
 # Change Log
 All notable changes to this project will be documented in this file.
 
+## 0.0.130 - 2017-05-01
+* Update to *rustc 1.19.0-nightly (6a5fc9eec 2017-05-02)*
+
 ## 0.0.129 — 2017-05-01
 * Update to *rustc 1.19.0-nightly (06fb4d256 2017-04-30)*
 
index 4ad24ffd9ee775da00220eb95b6025679a1db1e9..014a06c2631ac81d93eb01b6240da1d607f2cd9c 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.0.129"
+version = "0.0.130"
 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.129", path = "clippy_lints" }
+clippy_lints = { version = "0.0.130", path = "clippy_lints" }
 # end automatic update
 cargo_metadata = "0.1.1"
 
index 33564a8df2317c4fb12eaeddbf3f39f11651787e..54cdb962d3bdb5e1b9f9214fc971f99d5b1222f6 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "clippy_lints"
 # begin automatic update
-version = "0.0.129"
+version = "0.0.130"
 # end automatic update
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",