Remove unused cargo-platform dependency

This commit is contained in:
bjorn3 2024-04-11 14:57:10 +00:00
parent 72fe8a0f00
commit 55100e907e
2 changed files with 0 additions and 2 deletions

View File

@ -5580,7 +5580,6 @@ dependencies = [
name = "tidy"
version = "0.1.0"
dependencies = [
"cargo-platform",
"cargo_metadata 0.15.4",
"ignore",
"lazy_static",

View File

@ -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"