We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d5dc3d commit b09e115Copy full SHA for b09e115
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "clippy"
3
-version = "0.0.190"
+version = "0.0.191"
4
authors = [
5
"Manish Goregaokar <manishsmail@gmail.com>",
6
"Andre Bogus <bogusandre@gmail.com>",
@@ -37,7 +37,7 @@ path = "src/driver.rs"
37
38
[dependencies]
39
# begin automatic update
40
-clippy_lints = { version = "0.0.190", path = "clippy_lints" }
+clippy_lints = { version = "0.0.191", path = "clippy_lints" }
41
# end automatic update
42
regex = "0.2"
43
semver = "0.9"
clippy_lints/Cargo.toml
@@ -1,7 +1,7 @@
name = "clippy_lints"
7
0 commit comments