]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Auto merge of #6621 - giraffate:improve_the_example_in_ref_in_deref, r=flip1995
[rust.git] / Cargo.toml
index 7f9d22e594b9c0f4af731ae72e91219b85bd819e..e60aa472846cfcee8f204bd28ec0fdfb0b4481a3 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.0.212"
+version = "0.1.51"
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",
        "Andre Bogus <bogusandre@gmail.com>",
@@ -20,6 +20,7 @@ publish = false
 
 [[bin]]
 name = "cargo-clippy"
+test = false
 path = "src/main.rs"
 
 [[bin]]
@@ -28,7 +29,7 @@ path = "src/driver.rs"
 
 [dependencies]
 # begin automatic update
-clippy_lints = { version = "0.0.212", path = "clippy_lints" }
+clippy_lints = { version = "0.1.50", path = "clippy_lints" }
 # end automatic update
 semver = "0.11"
 rustc_tools_util = { version = "0.2.0", path = "rustc_tools_util" }