]> git.lizzy.rs Git - rust.git/commitdiff
Bump to 0.191
authorManish Goregaokar <manishsmail@gmail.com>
Fri, 30 Mar 2018 08:38:42 +0000 (10:38 +0200)
committerManish Goregaokar <manishsmail@gmail.com>
Fri, 30 Mar 2018 08:38:42 +0000 (10:38 +0200)
Cargo.toml
clippy_lints/Cargo.toml

index a28e5c50929c2d828c41e63f7f47d00ddbfaea69..546f180a0832db908d14f6f8e9d16f10204b0ad5 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.0.190"
+version = "0.0.191"
 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.191", path = "clippy_lints" }
 # end automatic update
 regex = "0.2"
 semver = "0.9"
index e8d08082d4dad94c46ca7a7ff8144796fa07fbed..bb29cfd3a019c50d32cee21cf7a71fc8d2bf32ab 100644 (file)
@@ -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 <manishsmail@gmail.com>",