Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed May 11, 2018
1 parent 39c0f57 commit 6baca22
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,9 @@
# Change Log
All notable changes to this project will be documented in this file.

## 0.0.198
* Rustup to *rustc 1.27.0-nightly (acd3871ba 2018-05-10)*

## 0.0.197
* Rustup to *rustc 1.27.0-nightly (428ea5f6b 2018-05-06)*

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "clippy"
version = "0.0.197"
version = "0.0.198"
authors = [
"Manish Goregaokar <manishsmail@gmail.com>",
"Andre Bogus <bogusandre@gmail.com>",
Expand Down Expand Up @@ -37,7 +37,7 @@ path = "src/driver.rs"

[dependencies]
# begin automatic update
clippy_lints = { version = "0.0.197", path = "clippy_lints" }
clippy_lints = { version = "0.0.198", path = "clippy_lints" }
# end automatic update
regex = "0.2"
semver = "0.9"
Expand Down
2 changes: 1 addition & 1 deletion clippy_lints/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "clippy_lints"
# begin automatic update
version = "0.0.197"
version = "0.0.198"
# end automatic update
authors = [
"Manish Goregaokar <manishsmail@gmail.com>",
Expand Down
6 changes: 3 additions & 3 deletions min_version.txt
@@ -1,7 +1,7 @@
rustc 1.27.0-nightly (e82261dfb 2018-05-03)
rustc 1.27.0-nightly (acd3871ba 2018-05-10)
binary: rustc
commit-hash: e82261dfbb5feaa2d28d2b138f4aabb2aa52c94b
commit-date: 2018-05-03
commit-hash: acd3871ba17316419c644e17547887787628ec2f
commit-date: 2018-05-10
host: x86_64-unknown-linux-gnu
release: 1.27.0-nightly
LLVM version: 6.0

0 comments on commit 6baca22

Please sign in to comment.