diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-04-12 13:35:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-12 13:35:30 +0200 |
| commit | b467eddf64c1fa1237945e46bdb7ed47811a9535 (patch) | |
| tree | 56c015c94c9f4dee70ab3e80cd03b07762cbfaf2 | |
| parent | ab71ee7a9214c2793108a41efb065aa77aeb7326 (diff) | |
| parent | 55100e907eb2ff450b0370267cf10de0d7e5b4ee (diff) | |
| download | rust-b467eddf64c1fa1237945e46bdb7ed47811a9535.tar.gz rust-b467eddf64c1fa1237945e46bdb7ed47811a9535.zip | |
Rollup merge of #123796 - bjorn3:remove_cargo_platform, r=clubby789
Remove unused cargo-platform dependency from tidy Noticed in https://github.com/rust-lang/rust/pull/123788#issuecomment-2049806519
| -rw-r--r-- | Cargo.lock | 1 | ||||
| -rw-r--r-- | src/tools/tidy/Cargo.toml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 87833e4edbd..5f042b3495f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5579,7 +5579,6 @@ dependencies = [ name = "tidy" version = "0.1.0" dependencies = [ - "cargo-platform", "cargo_metadata 0.15.4", "ignore", "lazy_static", diff --git a/src/tools/tidy/Cargo.toml b/src/tools/tidy/Cargo.toml index 8c6b1eb22ec..58302b8e63b 100644 --- a/src/tools/tidy/Cargo.toml +++ b/src/tools/tidy/Cargo.toml @@ -6,7 +6,6 @@ autobins = false [dependencies] cargo_metadata = "0.15" -cargo-platform = "0.1.2" regex = "1" miropt-test-tools = { path = "../miropt-test-tools" } lazy_static = "1" |
