]> git.lizzy.rs Git - rust.git/commitdiff
Bump the version
authorOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Tue, 21 Mar 2017 07:57:19 +0000 (08:57 +0100)
committerOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Tue, 21 Mar 2017 07:57:19 +0000 (08:57 +0100)
CHANGELOG.md
Cargo.toml
clippy_lints/Cargo.toml

index a5bb30d9a0fab861c4ffa29c48586156d178e870..0a7463ba0cff53fad56ffa3dcb6c8ace6f0cda18 100644 (file)
@@ -1,6 +1,9 @@
 # Change Log
 All notable changes to this project will be documented in this file.
 
+## 0.0.121 — 2017-03-21
+* Rustup to *rustc 1.17.0-nightly (134c4a0f0 2017-03-20)*
+
 ## 0.0.120 — 2017-03-17
 * Rustup to *rustc 1.17.0-nightly (0aeb9c129 2017-03-15)*
 
index 50ba8a474d2ce57bd1e51bc6ca9cabe12d88f349..8ca2e988c882faf4fbdd51bc7883ef0a73e1d3e5 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.0.120"
+version = "0.0.121"
 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.120", path = "clippy_lints" }
+clippy_lints = { version = "0.0.121", path = "clippy_lints" }
 # end automatic update
 cargo_metadata = "0.1.1"
 
index 80720e20d1caaff727eec74dfd6df3f5c5a252d8..8a710bf6291c63debcb747af0ff137fe1a669026 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "clippy_lints"
 # begin automatic update
-version = "0.0.120"
+version = "0.0.121"
 # end automatic update
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",