forked from rust-lang/rust-clippy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b1c62e1
commit 02e7fad
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>", | ||
|
@@ -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" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>", | ||
|