mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
Version Bump
This commit is contained in:
parent
7757c893ef
commit
1850c89528
3 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,8 @@
|
|||
# Change Log
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## Master
|
||||
## 0.0.157 - 2017-09-04
|
||||
* Update to *rustc 1.22.0-nightly (981ce7d8d 2017-09-03)*
|
||||
* New lint: [`unit_expr`]
|
||||
|
||||
## 0.0.156 - 2017-09-03
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "clippy"
|
||||
version = "0.0.156"
|
||||
version = "0.0.157"
|
||||
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.156", path = "clippy_lints" }
|
||||
clippy_lints = { version = "0.0.157", path = "clippy_lints" }
|
||||
# end automatic update
|
||||
cargo_metadata = "0.2"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "clippy_lints"
|
||||
# begin automatic update
|
||||
version = "0.0.156"
|
||||
version = "0.0.157"
|
||||
# end automatic update
|
||||
authors = [
|
||||
"Manish Goregaokar <manishsmail@gmail.com>",
|
||||
|
|
Loading…
Reference in a new issue