Bump to 0.0.65

This commit is contained in:
mcarton 2016-05-08 01:03:20 +02:00
parent aa10c93e8f
commit 7566484b8a
No known key found for this signature in database
GPG Key ID: 5E427C794CBA45E8
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.
## 0.0.65 — 2016-05-08
* Rustup to *rustc 1.10.0-nightly (62e2b2fb7 2016-05-06)*
* New lints: [`float_arithmetic`], [`integer_arithmetic`]
## 0.0.64 — 2016-04-26
* Rustup to *rustc 1.10.0-nightly (645dd013a 2016-04-24)*
* New lints: [`temporary_cstring_as_ptr`], [`unsafe_removed_from_name`], and [`mem_forget`]

View File

@ -1,6 +1,6 @@
[package]
name = "clippy"
version = "0.0.64"
version = "0.0.65"
authors = [
"Manish Goregaokar <manishsmail@gmail.com>",
"Andre Bogus <bogusandre@gmail.com>",