Bump to 0.0.71

Rustup to *rustc 1.10.0-nightly (7bddce693 2016-05-27)*
This commit is contained in:
mcarton 2016-05-31 23:32:04 +02:00
parent 2811dd64ec
commit 5c51a2452d
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.71 — TBD
## 0.0.71 — 2016-05-31
* Rustup to *rustc 1.10.0-nightly (7bddce693 2016-05-27)*
* New lint: [`useless_let_if_seq`]
## 0.0.70 — 2016-05-28

View file

@ -1,6 +1,6 @@
[package]
name = "clippy"
version = "0.0.70"
version = "0.0.71"
authors = [
"Manish Goregaokar <manishsmail@gmail.com>",
"Andre Bogus <bogusandre@gmail.com>",
@ -30,7 +30,7 @@ toml = "0.1"
unicode-normalization = "0.1"
quine-mc_cluskey = "0.2.2"
# begin automatic update
clippy_lints = { version = "0.0.70", path = "clippy_lints" }
clippy_lints = { version = "0.0.71", path = "clippy_lints" }
# end automatic update
rustc-serialize = "0.3"

View file

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