X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.toml;h=8c70bb1893972a651308a994375ee8fac725e71a;hb=05d9f884e17599a72f6725018747f1732a2859f8;hp=3478e496f8ce07a9f7bdf38f2d161976c4899537;hpb=a49ed381bdf9c24da7cd5638e1c174cc07b3ae1c;p=rust.git diff --git a/Cargo.toml b/Cargo.toml index 3478e496f8c..8c70bb18939 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,6 @@ path = "src/main.rs" [[bin]] name = "clippy-driver" -test = false path = "src/driver.rs" [dependencies] @@ -43,16 +42,14 @@ clippy_lints = { version = "0.0.212", path = "clippy_lints" } # end automatic update regex = "1" semver = "0.9" -rustc_tools_util = { version = "0.1.1", path = "rustc_tools_util"} +rustc_tools_util = { version = "0.2.0", path = "rustc_tools_util"} [dev-dependencies] -clippy_dev = { version = "0.0.1", path = "clippy_dev" } -cargo_metadata = "0.6.2" -compiletest_rs = "0.3.16" +cargo_metadata = "0.8.0" +compiletest_rs = { version = "0.3.22", features = ["tmp"] } lazy_static = "1.0" -serde_derive = "1.0" clippy-mini-macro-test = { version = "0.2", path = "mini-macro" } -serde = "1.0" +serde = { version = "1.0", features = ["derive"] } derive-new = "0.5" # A noop dependency that changes in the Rust repository, it's a bit of a hack. @@ -61,7 +58,8 @@ derive-new = "0.5" rustc-workspace-hack = "1.0.0" [build-dependencies] -rustc_tools_util = { version = "0.1.1", path = "rustc_tools_util"} +rustc_tools_util = { version = "0.2.0", path = "rustc_tools_util"} [features] +deny-warnings = [] debugging = []