X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.toml;h=65714e607469155b286d798d4be52dec540987fb;hb=1aaeb3f16bc4d843edee5dc2c10c9a5b50b78f79;hp=802e7733985743a6f7c5b7aa74bb07f94e638dac;hpb=e5f2d62c46ca9d0aa5d2cb85158fc0e64811c090;p=rust.git diff --git a/Cargo.toml b/Cargo.toml index 802e7733985..65714e60746 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clippy" -version = "0.0.187" +version = "0.0.189" authors = [ "Manish Goregaokar ", "Andre Bogus ", @@ -37,18 +37,19 @@ path = "src/driver.rs" [dependencies] # begin automatic update -clippy_lints = { version = "0.0.187", path = "clippy_lints" } +clippy_lints = { version = "0.0.189", path = "clippy_lints" } # end automatic update -cargo_metadata = "0.2" +cargo_metadata = "0.5" regex = "0.2" +semver = "0.9" [dev-dependencies] compiletest_rs = "0.3.7" -duct = "0.8.2" lazy_static = "1.0" serde_derive = "1.0" clippy-mini-macro-test = { version = "0.2", path = "mini-macro" } serde = "1.0" +derive-new = "0.5" [features] debugging = []