Skip to content

Commit 46a0b4f

Browse files
authored
Unrolled build for rust-lang#123796
Rollup merge of rust-lang#123796 - bjorn3:remove_cargo_platform, r=clubby789 Remove unused cargo-platform dependency from tidy Noticed in rust-lang#123788 (comment)
2 parents 7bdae13 + 55100e9 commit 46a0b4f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Cargo.lock

-1
Original file line numberDiff line numberDiff line change
@@ -5579,7 +5579,6 @@ dependencies = [
55795579
name = "tidy"
55805580
version = "0.1.0"
55815581
dependencies = [
5582-
"cargo-platform",
55835582
"cargo_metadata 0.15.4",
55845583
"ignore",
55855584
"lazy_static",

src/tools/tidy/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ autobins = false
66

77
[dependencies]
88
cargo_metadata = "0.15"
9-
cargo-platform = "0.1.2"
109
regex = "1"
1110
miropt-test-tools = { path = "../miropt-test-tools" }
1211
lazy_static = "1"

0 commit comments

Comments
 (0)