Bump the version

This commit is contained in:
Oliver Schneider 2017-08-01 10:19:18 +02:00
parent c9d9619eed
commit deed00a0a4
No known key found for this signature in database
GPG key ID: A69F8D225B3AD7D9
4 changed files with 14 additions and 4 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "clippy"
version = "0.0.147"
version = "0.0.148"
authors = [
"Manish Goregaokar <manishsmail@gmail.com>",
"Andre Bogus <bogusandre@gmail.com>",
@ -32,7 +32,7 @@ path = "src/main.rs"
[dependencies]
# begin automatic update
clippy_lints = { version = "0.0.147", path = "clippy_lints" }
clippy_lints = { version = "0.0.148", path = "clippy_lints" }
# end automatic update
cargo_metadata = "0.2"