Bump to 0.0.69

This commit is contained in:
mcarton 2016-05-19 23:15:12 +02:00
parent ac2e175c1b
commit f2eea6211c
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.69 — 2016-05-20
* Rustup to *rustc 1.10.0-nightly (476fe6eef 2016-05-21)*
* `used_underscore_binding` has been made `Allow` temporarily
## 0.0.68 — 2016-05-17
* Rustup to *rustc 1.10.0-nightly (cd6a40017 2016-05-16)*
* New lint: [`unnecessary_operation`]

View file

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