Skip to content

Commit

Permalink
Bump to 0.191
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Mar 30, 2018
1 parent 1d5dc3d commit b09e115
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.190"
version = "0.0.191"
authors = [
"Manish Goregaokar <[email protected]>",
"Andre Bogus <[email protected]>",
Expand Down Expand Up @@ -37,7 +37,7 @@ path = "src/driver.rs"

[dependencies]
# begin automatic update
clippy_lints = { version = "0.0.190", path = "clippy_lints" }
clippy_lints = { version = "0.0.191", path = "clippy_lints" }
# end automatic update
regex = "0.2"
semver = "0.9"
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.190"
version = "0.0.191"
# end automatic update
authors = [
"Manish Goregaokar <[email protected]>",
Expand Down

0 comments on commit b09e115

Please sign in to comment.