diff options
| author | bors <bors@rust-lang.org> | 2022-10-01 16:22:58 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-10-01 16:22:58 +0000 |
| commit | 9b6b452cffab13cef06cb677f51a55a24b4fb16c (patch) | |
| tree | 88eb7e5b15a7189df9e0583719930c7ac10f7358 | |
| parent | 8da24295c6c7d53310eca746b9fe052c5c7f29b5 (diff) | |
| parent | ce609c661b99015df63cf20a4d72d69fdfbf5836 (diff) | |
| download | rust-9b6b452cffab13cef06cb677f51a55a24b4fb16c.tar.gz rust-9b6b452cffab13cef06cb677f51a55a24b4fb16c.zip | |
Auto merge of #9569 - matthiaskrgr:rtu_from_cratesio, r=xFrednet
use rustc_tools_util dependency from crates.io instead of this repo. Fixes #9553 changelog: none
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml index dbf0dd33806..5223dca073f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ path = "src/driver.rs" [dependencies] clippy_lints = { path = "clippy_lints" } semver = "1.0" -rustc_tools_util = { path = "rustc_tools_util" } +rustc_tools_util = "0.2.1" tempfile = { version = "3.2", optional = true } termize = "0.1" @@ -56,7 +56,7 @@ tokio = { version = "1", features = ["io-util"] } rustc-semver = "1.1" [build-dependencies] -rustc_tools_util = { version = "0.2.1", path = "rustc_tools_util" } +rustc_tools_util = "0.2.1" [features] deny-warnings = ["clippy_lints/deny-warnings"] |
