Bump to 0.191

This commit is contained in:
Manish Goregaokar 2018-03-30 10:38:42 +02:00
parent 1d5dc3d180
commit b09e115404
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "clippy"
version = "0.0.190"
version = "0.0.191"
authors = [
"Manish Goregaokar <manishsmail@gmail.com>",
"Andre Bogus <bogusandre@gmail.com>",
@ -37,7 +37,7 @@ path = "src/driver.rs"
[dependencies]
# begin automatic update
clippy_lints = { version = "0.0.190", path = "clippy_lints" }
clippy_lints = { version = "0.0.191", path = "clippy_lints" }
# end automatic update
regex = "0.2"
semver = "0.9"

View file

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