We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b0b88a commit c92f5daCopy full SHA for c92f5da
Cargo.lock
@@ -5580,7 +5580,6 @@ dependencies = [
5580
name = "tidy"
5581
version = "0.1.0"
5582
dependencies = [
5583
- "cargo-platform",
5584
"cargo_metadata 0.15.4",
5585
"ignore",
5586
"lazy_static",
src/tools/tidy/Cargo.toml
@@ -6,7 +6,6 @@ autobins = false
6
7
[dependencies]
8
cargo_metadata = "0.15"
9
-cargo-platform = "0.1.2"
10
regex = "1"
11
miropt-test-tools = { path = "../miropt-test-tools" }
12
lazy_static = "1"
0 commit comments