]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Split up match_bool UI tests
[rust.git] / Cargo.toml
index a28e5c50929c2d828c41e63f7f47d00ddbfaea69..0c478510f25ab74ee09cd0f992fe3c3e6ad75c85 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.0.190"
+version = "0.0.192"
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",
        "Andre Bogus <bogusandre@gmail.com>",
@@ -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.192", path = "clippy_lints" }
 # end automatic update
 regex = "0.2"
 semver = "0.9"