Skip to content

Commit c92f5da

Browse files
committed
Remove unused cargo-platform dependency
1 parent 8b0b88a commit c92f5da

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
@@ -5580,7 +5580,6 @@ dependencies = [
55805580
name = "tidy"
55815581
version = "0.1.0"
55825582
dependencies = [
5583-
"cargo-platform",
55845583
"cargo_metadata 0.15.4",
55855584
"ignore",
55865585
"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)