about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-04-12 13:35:30 +0200
committerGitHub <noreply@github.com>2024-04-12 13:35:30 +0200
commitb467eddf64c1fa1237945e46bdb7ed47811a9535 (patch)
tree56c015c94c9f4dee70ab3e80cd03b07762cbfaf2 /src
parentab71ee7a9214c2793108a41efb065aa77aeb7326 (diff)
parent55100e907eb2ff450b0370267cf10de0d7e5b4ee (diff)
downloadrust-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
Diffstat (limited to 'src')
-rw-r--r--src/tools/tidy/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
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"