]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Improve tests
[rust.git] / Cargo.toml
index e7755c46eb80dffbe895f141c40b98a495cc9595..1d6bf1ea0eb96995ae94a93491c7d482efbab6fd 100644 (file)
@@ -18,6 +18,9 @@ build = "build.rs"
 edition = "2018"
 publish = false
 
+[workspace]
+exclude = ["clippy_dev", "mini-macro", "target/lintcheck/crates"]
+
 [[bin]]
 name = "cargo-clippy"
 test = false
@@ -37,8 +40,8 @@ tempfile = { version = "3.1.0", optional = true }
 
 [dev-dependencies]
 cargo_metadata = "0.12"
-compiletest_rs = { version = "0.5.0", features = ["tmp"] }
-tester = "0.7"
+compiletest_rs = { version = "0.6.0", features = ["tmp"] }
+tester = "0.9"
 clippy-mini-macro-test = { version = "0.2", path = "mini-macro" }
 serde = { version = "1.0", features = ["derive"] }
 derive-new = "0.5"