]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
NFC: fix typos
[rust.git] / Cargo.toml
index 3478e496f8ce07a9f7bdf38f2d161976c4899537..3d36e52d2df81c2682da0c8d245a352d1625c805 100644 (file)
@@ -34,7 +34,6 @@ path = "src/main.rs"
 
 [[bin]]
 name = "clippy-driver"
-test = false
 path = "src/driver.rs"
 
 [dependencies]
@@ -47,8 +46,9 @@ rustc_tools_util = { version = "0.1.1", 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.7.1"
+compiletest_rs = { version = "=0.3.19", features = ["tmp", "stable"] }
+libtest = "0.0.1"
 lazy_static = "1.0"
 serde_derive = "1.0"
 clippy-mini-macro-test = { version = "0.2", path = "mini-macro" }