]> git.lizzy.rs Git - rust.git/commitdiff
Bump the version
authorOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Thu, 2 Mar 2017 11:27:32 +0000 (12:27 +0100)
committerOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Thu, 2 Mar 2017 11:27:32 +0000 (12:27 +0100)
CHANGELOG.md
Cargo.toml
clippy_lints/Cargo.toml

index 4885986e271ddf873281a89bda361d2d4907afa4..5966012219d12baf2492b3c3c9d52afa683957ce 100644 (file)
@@ -1,6 +1,9 @@
 # Change Log
 All notable changes to this project will be documented in this file.
 
+## 0.0.117 — 2017-03-01
+* Rustup to *rustc 1.17.0-nightly (be760566c 2017-02-28)*
+
 ## 0.0.116 — 2017-02-28
 * Fix `cargo clippy` on 64 bit windows systems
 
index c71287b0ea867fa9c0cfc0fb6b51519eb02538e3..e24077918d596a094ae31e547be8361f77b03d2a 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.0.116"
+version = "0.0.117"
 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.116", path = "clippy_lints" }
+clippy_lints = { version = "0.0.117", path = "clippy_lints" }
 # end automatic update
 cargo_metadata = "0.1.1"
 
index 4c68b94a6fc3c9a150701c5a93f2fa511582ef27..e1dabfb18bc71efa6da48a6bef75b88c83089553 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "clippy_lints"
 # begin automatic update
-version = "0.0.116"
+version = "0.0.117"
 # end automatic update
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",