diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e286fc63ff..8997a627783 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log All notable changes to this project will be documented in this file. +## 0.0.120 — 2017-03-17 +* Rustup to *rustc 1.17.0-nightly (0aeb9c129 2017-03-15)* + ## 0.0.119 — 2017-03-13 * Rustup to *rustc 1.17.0-nightly (824c9ebbd 2017-03-12)* diff --git a/Cargo.toml b/Cargo.toml index 767a6e9a107..50ba8a474d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.0.119" +version = "0.0.120" authors = [ "Manish Goregaokar ", "Andre Bogus ", @@ -30,7 +30,7 @@ test = false [dependencies] # begin automatic update -clippy_lints = { version = "0.0.119", path = "clippy_lints" } +clippy_lints = { version = "0.0.120", path = "clippy_lints" } # end automatic update cargo_metadata = "0.1.1" diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index 9202929e1b6..80720e20d1c 100644 --- a/clippy_lints/Cargo.toml +++ b/clippy_lints/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "clippy_lints" # begin automatic update -version = "0.0.119" +version = "0.0.120" # end automatic update authors = [ "Manish Goregaokar ",