1
Fork 0

Bump to 0.0.89

This commit is contained in:
mcarton 2016-09-06 19:05:53 +02:00
parent c090c3df21
commit 9263ec3616
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.89 — 2016-09-06
* Rustup to *rustc 1.13.0-nightly (cbe4de78e 2016-09-05)*
## 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`

View file

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

View file

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