Bump to 0.0.88

This commit is contained in:
mcarton 2016-09-04 17:45:07 +02:00
parent b82f43f38e
commit e9ba9ec1a2
No known key found for this signature in database
GPG Key ID: 5E427C794CBA45E8
3 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
## 0.0.88 — ??
## 0.0.88 — 2016-09-04
* Rustup to *rustc 1.13.0-nightly (70598e04f 2016-09-03)*
* The following lints are not new but were only usable through the `clippy`
lint groups: [`filter_next`], [`for_loop_over_option`],
[`for_loop_over_result`] and [`match_overlapping_arm`]. You should now be

View File

@ -1,6 +1,6 @@
[package]
name = "clippy"
version = "0.0.87"
version = "0.0.88"
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.87", path = "clippy_lints" }
clippy_lints = { version = "0.0.88", path = "clippy_lints" }
# end automatic update
[dev-dependencies]

View File

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