]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
added changelog entry
[rust.git] / Cargo.toml
index 78c4b285f70c37259dcc026685a3e029bed9d647..61349cd0490cdfea5527d72a62cd90e65062587b 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.0.86"
+version = "0.0.92"
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",
        "Andre Bogus <bogusandre@gmail.com>",
@@ -25,7 +25,7 @@ test = false
 
 [dependencies]
 # begin automatic update
-clippy_lints = { version = "0.0.86", path = "clippy_lints" }
+clippy_lints = { version = "0.0.92", path = "clippy_lints" }
 # end automatic update
 
 [dev-dependencies]