Bump to 0.0.163

This commit is contained in:
Manish Goregaokar 2017-09-23 13:36:18 -07:00
parent 50e410e796
commit 287e997b1e
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.163
* Update to *rustc 1.22.0-nightly (14039a42a 2017-09-22)*
## 0.0.162
* Update to *rustc 1.22.0-nightly (0701b37d9 2017-09-18)*
* New lint: [`chars_last_cmp`]

View file

@ -1,6 +1,6 @@
[package]
name = "clippy"
version = "0.0.162"
version = "0.0.163"
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.162", path = "clippy_lints" }
clippy_lints = { version = "0.0.163", 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.162"
version = "0.0.163"
# end automatic update
authors = [
"Manish Goregaokar <manishsmail@gmail.com>",