]> git.lizzy.rs Git - rust.git/commitdiff
Bump the version
authorOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Tue, 28 Feb 2017 13:27:54 +0000 (14:27 +0100)
committerOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Tue, 28 Feb 2017 13:27:54 +0000 (14:27 +0100)
CHANGELOG.md
Cargo.toml
clippy_lints/Cargo.toml

index df039102c4406a5020c281d05d87ab4a5418db8e..4885986e271ddf873281a89bda361d2d4907afa4 100644 (file)
@@ -1,6 +1,9 @@
 # Change Log
 All notable changes to this project will be documented in this file.
 
+## 0.0.116 — 2017-02-28
+* Fix `cargo clippy` on 64 bit windows systems
+
 ## 0.0.115 — 2017-02-27
 * Rustup to *rustc 1.17.0-nightly (60a0edc6c 2017-02-26)*
 * New lints: [`zero_ptr`], [`never_loop`], [`mut_from_ref`]
index 5fe74d4f6638ff0e9e7b191036b4aeee52f74117..c71287b0ea867fa9c0cfc0fb6b51519eb02538e3 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.0.115"
+version = "0.0.116"
 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.115", path = "clippy_lints" }
+clippy_lints = { version = "0.0.116", path = "clippy_lints" }
 # end automatic update
 cargo_metadata = "0.1.1"
 
index 7b545993b6554a079099ed207d6604618f2bb705..4c68b94a6fc3c9a150701c5a93f2fa511582ef27 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "clippy_lints"
 # begin automatic update
-version = "0.0.115"
+version = "0.0.116"
 # end automatic update
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",