mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-04 19:29:07 +00:00
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
This commit is contained in:
commit
b467eddf64
@ -5579,7 +5579,6 @@ dependencies = [
|
|||||||
name = "tidy"
|
name = "tidy"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cargo-platform",
|
|
||||||
"cargo_metadata 0.15.4",
|
"cargo_metadata 0.15.4",
|
||||||
"ignore",
|
"ignore",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
|
@ -6,7 +6,6 @@ autobins = false
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cargo_metadata = "0.15"
|
cargo_metadata = "0.15"
|
||||||
cargo-platform = "0.1.2"
|
|
||||||
regex = "1"
|
regex = "1"
|
||||||
miropt-test-tools = { path = "../miropt-test-tools" }
|
miropt-test-tools = { path = "../miropt-test-tools" }
|
||||||
lazy_static = "1"
|
lazy_static = "1"
|
||||||
|
Loading…
Reference in New Issue
Block a user