X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.toml;h=9efa70310053989a1b08df8f900e0765f6e13643;hb=a27baecbdfdcb9d4772b5e136ed96b878c126bb4;hp=0c478510f25ab74ee09cd0f992fe3c3e6ad75c85;hpb=20466940295f0893dbcb9798a790394bd9070b7d;p=rust.git diff --git a/Cargo.toml b/Cargo.toml index 0c478510f25..9efa7031005 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.0.192" +version = "0.0.195" authors = [ "Manish Goregaokar ", "Andre Bogus ", @@ -37,7 +37,7 @@ path = "src/driver.rs" [dependencies] # begin automatic update -clippy_lints = { version = "0.0.192", path = "clippy_lints" } +clippy_lints = { version = "0.0.195", path = "clippy_lints" } # end automatic update regex = "0.2" semver = "0.9"