Version bump
This commit is contained in:
parent
3aee654dd1
commit
b4b6e6558e
@ -1,6 +1,9 @@
|
||||
# Change Log
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## 0.0.211
|
||||
* Rustup to *rustc 1.28.0-nightly (e3bf634e0 2018-06-28)*
|
||||
|
||||
## 0.0.210
|
||||
* Rustup to *rustc 1.28.0-nightly (01cc982e9 2018-06-24)*
|
||||
|
||||
|
@ -2,7 +2,7 @@ cargo-features = ["edition"]
|
||||
|
||||
[package]
|
||||
name = "clippy"
|
||||
version = "0.0.210"
|
||||
version = "0.0.211"
|
||||
authors = [
|
||||
"Manish Goregaokar <manishsmail@gmail.com>",
|
||||
"Andre Bogus <bogusandre@gmail.com>",
|
||||
@ -40,7 +40,7 @@ path = "src/driver.rs"
|
||||
|
||||
[dependencies]
|
||||
# begin automatic update
|
||||
clippy_lints = { version = "0.0.210", path = "clippy_lints" }
|
||||
clippy_lints = { version = "0.0.211", path = "clippy_lints" }
|
||||
# end automatic update
|
||||
regex = "1"
|
||||
semver = "0.9"
|
||||
|
@ -3,7 +3,7 @@ cargo-features = ["edition"]
|
||||
[package]
|
||||
name = "clippy_lints"
|
||||
# begin automatic update
|
||||
version = "0.0.210"
|
||||
version = "0.0.211"
|
||||
# end automatic update
|
||||
authors = [
|
||||
"Manish Goregaokar <manishsmail@gmail.com>",
|
||||
|
Loading…
x
Reference in New Issue
Block a user