]> git.lizzy.rs Git - rust.git/commitdiff
Bump the version
authorOliver Schneider <git-no-reply-9879165716479413131@oli-obk.de>
Sun, 5 Mar 2017 09:26:01 +0000 (10:26 +0100)
committerOliver Schneider <git-no-reply-9879165716479413131@oli-obk.de>
Sun, 5 Mar 2017 09:26:01 +0000 (10:26 +0100)
CHANGELOG.md
Cargo.toml
clippy_lints/Cargo.toml

index 5966012219d12baf2492b3c3c9d52afa683957ce..40552ad65f6df5c0f3acec5e1da5b81f7b7688b4 100644 (file)
@@ -1,6 +1,9 @@
 # Change Log
 All notable changes to this project will be documented in this file.
 
+## 0.0.118 — 2017-03-05
+* Rustup to *rustc 1.17.0-nightly (b1e31766d 2017-03-03)*
+
 ## 0.0.117 — 2017-03-01
 * Rustup to *rustc 1.17.0-nightly (be760566c 2017-02-28)*
 
index e24077918d596a094ae31e547be8361f77b03d2a..6e80e222aa1756c8acfc6a280330f2c5b5a81f0d 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.0.117"
+version = "0.0.118"
 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.117", path = "clippy_lints" }
+clippy_lints = { version = "0.0.118", path = "clippy_lints" }
 # end automatic update
 cargo_metadata = "0.1.1"
 
index e1dabfb18bc71efa6da48a6bef75b88c83089553..afdbf09c26c8a79717ae19dcaaabe9d5180d884f 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "clippy_lints"
 # begin automatic update
-version = "0.0.117"
+version = "0.0.118"
 # end automatic update
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",