We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8da2429 + ce609c6 commit 9b6b452Copy full SHA for 9b6b452
Cargo.toml
@@ -23,7 +23,7 @@ path = "src/driver.rs"
23
[dependencies]
24
clippy_lints = { path = "clippy_lints" }
25
semver = "1.0"
26
-rustc_tools_util = { path = "rustc_tools_util" }
+rustc_tools_util = "0.2.1"
27
tempfile = { version = "3.2", optional = true }
28
termize = "0.1"
29
@@ -56,7 +56,7 @@ tokio = { version = "1", features = ["io-util"] }
56
rustc-semver = "1.1"
57
58
[build-dependencies]
59
-rustc_tools_util = { version = "0.2.1", path = "rustc_tools_util" }
60
61
[features]
62
deny-warnings = ["clippy_lints/deny-warnings"]
0 commit comments