mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
use rustc_tools_util dependency from crates.io instead of this repo.
Fixes #9553
This commit is contained in:
parent
8030ee9ae7
commit
ce609c661b
@ -23,7 +23,7 @@ path = "src/driver.rs"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
clippy_lints = { path = "clippy_lints" }
|
clippy_lints = { path = "clippy_lints" }
|
||||||
semver = "1.0"
|
semver = "1.0"
|
||||||
rustc_tools_util = { path = "rustc_tools_util" }
|
rustc_tools_util = "0.2.1"
|
||||||
tempfile = { version = "3.2", optional = true }
|
tempfile = { version = "3.2", optional = true }
|
||||||
termize = "0.1"
|
termize = "0.1"
|
||||||
|
|
||||||
@ -56,7 +56,7 @@ tokio = { version = "1", features = ["io-util"] }
|
|||||||
rustc-semver = "1.1"
|
rustc-semver = "1.1"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
rustc_tools_util = { version = "0.2.1", path = "rustc_tools_util" }
|
rustc_tools_util = "0.2.1"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
deny-warnings = ["clippy_lints/deny-warnings"]
|
deny-warnings = ["clippy_lints/deny-warnings"]
|
||||||
|
Loading…
Reference in New Issue
Block a user