Bump to 0.0.68

This commit is contained in:
mcarton 2016-05-17 23:26:44 +02:00
parent ca05e93c10
commit 86a2c9440d
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.68 — 2016-05-17
* Rustup to *rustc 1.10.0-nightly (cd6a40017 2016-05-16)*
* New lint: [`unnecessary_operation`]
## 0.0.67 — 2016-05-12
* Rustup to *rustc 1.10.0-nightly (22ac88f1a 2016-05-11)*

View File

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