Skip to content

Commit 9b6b452

Browse files
committed
Auto merge of rust-lang#9569 - matthiaskrgr:rtu_from_cratesio, r=xFrednet
use rustc_tools_util dependency from crates.io instead of this repo. Fixes rust-lang#9553 changelog: none
2 parents 8da2429 + ce609c6 commit 9b6b452

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ path = "src/driver.rs"
2323
[dependencies]
2424
clippy_lints = { path = "clippy_lints" }
2525
semver = "1.0"
26-
rustc_tools_util = { path = "rustc_tools_util" }
26+
rustc_tools_util = "0.2.1"
2727
tempfile = { version = "3.2", optional = true }
2828
termize = "0.1"
2929

@@ -56,7 +56,7 @@ tokio = { version = "1", features = ["io-util"] }
5656
rustc-semver = "1.1"
5757

5858
[build-dependencies]
59-
rustc_tools_util = { version = "0.2.1", path = "rustc_tools_util" }
59+
rustc_tools_util = "0.2.1"
6060

6161
[features]
6262
deny-warnings = ["clippy_lints/deny-warnings"]

0 commit comments

Comments
 (0)