Bump to 0.0.212

This commit is contained in:
Manish Goregaokar 2018-07-06 23:23:19 -07:00
parent 184b99de39
commit d914106d87
3 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,9 @@
# Change Log # Change Log
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## 0.0.212
* Rustup to *rustc 1.29.0-nightly (e06c87544 2018-07-06)*
## 0.0.211 ## 0.0.211
* Rustup to *rustc 1.28.0-nightly (e3bf634e0 2018-06-28)* * Rustup to *rustc 1.28.0-nightly (e3bf634e0 2018-06-28)*

View File

@ -2,7 +2,7 @@ cargo-features = ["edition"]
[package] [package]
name = "clippy" name = "clippy"
version = "0.0.211" version = "0.0.212"
authors = [ authors = [
"Manish Goregaokar <manishsmail@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>",
"Andre Bogus <bogusandre@gmail.com>", "Andre Bogus <bogusandre@gmail.com>",
@ -40,7 +40,7 @@ path = "src/driver.rs"
[dependencies] [dependencies]
# begin automatic update # begin automatic update
clippy_lints = { version = "0.0.211", path = "clippy_lints" } clippy_lints = { version = "0.0.212", path = "clippy_lints" }
# end automatic update # end automatic update
regex = "1" regex = "1"
semver = "0.9" semver = "0.9"

View File

@ -3,7 +3,7 @@ cargo-features = ["edition"]
[package] [package]
name = "clippy_lints" name = "clippy_lints"
# begin automatic update # begin automatic update
version = "0.0.211" version = "0.0.212"
# end automatic update # end automatic update
authors = [ authors = [
"Manish Goregaokar <manishsmail@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>",