From 0397c6ee9ae030d40379655d9cba826b9b18783c Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Thu, 19 Jan 2017 17:10:57 +0100 Subject: [PATCH] publish --- CHANGELOG.md | 3 +++ Cargo.toml | 4 ++-- clippy_lints/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75c82f7a17b..48c1362ae2c 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.109 — 2017-01-19 +* Update to *1.16.0-nightly (c07a6ae77 2017-01-17)* + ## 0.0.108 — 2017-01-12 * Update to *rustc 1.16.0-nightly (2782e8f8f 2017-01-12)* diff --git a/Cargo.toml b/Cargo.toml index 57de582f59d..a2797744bd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.0.108" +version = "0.0.109" authors = [ "Manish Goregaokar ", "Andre Bogus ", @@ -25,7 +25,7 @@ test = false [dependencies] # begin automatic update -clippy_lints = { version = "0.0.108", path = "clippy_lints" } +clippy_lints = { version = "0.0.109", path = "clippy_lints" } # end automatic update [dev-dependencies] diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index 0698bbc0adf..5b7a771db29 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.108" +version = "0.0.109" # end automatic update authors = [ "Manish Goregaokar ",