Bump to 0.0.156

This commit is contained in:
Manish Goregaokar 2017-09-03 13:57:40 -07:00
parent 4807909152
commit 5bc0a2dbfc
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.156
* Update to *rustc 1.22.0-nightly (744dd6c1d 2017-09-02)*
## 0.0.155
* Update to *rustc 1.21.0-nightly (c11f689d2 2017-08-29)*
* New lint: [`infinite_iter`], [`maybe_infinite_iter`], [`cast_lossless`]

View file

@ -1,6 +1,6 @@
[package]
name = "clippy"
version = "0.0.155"
version = "0.0.156"
authors = [
"Manish Goregaokar <manishsmail@gmail.com>",
"Andre Bogus <bogusandre@gmail.com>",
@ -31,7 +31,7 @@ path = "src/main.rs"
[dependencies]
# begin automatic update
clippy_lints = { version = "0.0.155", path = "clippy_lints" }
clippy_lints = { version = "0.0.156", path = "clippy_lints" }
# end automatic update
cargo_metadata = "0.2"

View file

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