We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65fdfb8 commit fba7ea7Copy full SHA for fba7ea7
Cargo.toml
@@ -23,7 +23,7 @@ path = "src/driver.rs"
23
[dependencies]
24
clippy_config = { path = "clippy_config" }
25
clippy_lints = { path = "clippy_lints" }
26
-rustc_tools_util = "0.3.0"
+rustc_tools_util = "0.4.0"
27
tempfile = { version = "3.3", optional = true }
28
termize = "0.1"
29
color-print = "0.3.4"
@@ -50,7 +50,7 @@ parking_lot = "0.12"
50
tokio = { version = "1", features = ["io-util"] }
51
52
[build-dependencies]
53
54
55
[features]
56
integration = ["tempfile"]
0 commit comments