Skip to content

Commit

Permalink
Bump to 0.0.165
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Sep 28, 2017
1 parent b1c62e1 commit 02e7fad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clippy"
version = "0.0.164"
version = "0.0.165"
authors = [
"Manish Goregaokar <[email protected]>",
"Andre Bogus <[email protected]>",
Expand Down Expand Up @@ -31,7 +31,7 @@ path = "src/main.rs"

[dependencies]
# begin automatic update
clippy_lints = { version = "0.0.164", path = "clippy_lints" }
clippy_lints = { version = "0.0.165", path = "clippy_lints" }
# end automatic update
cargo_metadata = "0.2"

Expand Down
2 changes: 1 addition & 1 deletion clippy_lints/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "clippy_lints"
# begin automatic update
version = "0.0.164"
version = "0.0.165"
# end automatic update
authors = [
"Manish Goregaokar <[email protected]>",
Expand Down

0 comments on commit 02e7fad

Please sign in to comment.