Version bump

This commit is contained in:
Oliver Schneider 2018-05-07 10:00:58 +02:00
parent e6735dd327
commit e456241f18
No known key found for this signature in database
GPG Key ID: 1D5CB4FC597C3004
3 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,9 @@
# Change Log
All notable changes to this project will be documented in this file.
## 0.0.197
* Rustup to *rustc 1.27.0-nightly (428ea5f6b 2018-05-06)*
## 0.0.196
* Rustup to *rustc 1.27.0-nightly (e82261dfb 2018-05-03)*

View File

@ -1,6 +1,6 @@
[package]
name = "clippy"
version = "0.0.196"
version = "0.0.197"
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.196", path = "clippy_lints" }
clippy_lints = { version = "0.0.197", 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.196"
version = "0.0.197"
# end automatic update
authors = [
"Manish Goregaokar <manishsmail@gmail.com>",