Bump to 0.0.92

This commit is contained in:
mcarton 2016-09-30 22:06:51 +02:00
parent eec5425b34
commit ee5a5a256f
No known key found for this signature in database
GPG Key ID: 5E427C794CBA45E8
3 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,9 @@
# Change Log
All notable changes to this project will be documented in this file.
## 0.0.92 — 2016-09-30
* Rustup to *rustc 1.14.0-nightly (289f3a4ca 2016-09-29)*
## 0.0.91 — 2016-09-28
* Rustup to *rustc 1.13.0-nightly (d0623cf7b 2016-09-26)*

View File

@ -1,6 +1,6 @@
[package]
name = "clippy"
version = "0.0.91"
version = "0.0.92"
authors = [
"Manish Goregaokar <manishsmail@gmail.com>",
"Andre Bogus <bogusandre@gmail.com>",
@ -25,7 +25,7 @@ test = false
[dependencies]
# begin automatic update
clippy_lints = { version = "0.0.91", path = "clippy_lints" }
clippy_lints = { version = "0.0.92", path = "clippy_lints" }
# end automatic update
[dev-dependencies]

View File

@ -1,7 +1,7 @@
[package]
name = "clippy_lints"
# begin automatic update
version = "0.0.91"
version = "0.0.92"
# end automatic update
authors = [
"Manish Goregaokar <manishsmail@gmail.com>",