We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7bdae13 + 55100e9 commit 46a0b4fCopy full SHA for 46a0b4f
Cargo.lock
@@ -5579,7 +5579,6 @@ dependencies = [
5579
name = "tidy"
5580
version = "0.1.0"
5581
dependencies = [
5582
- "cargo-platform",
5583
"cargo_metadata 0.15.4",
5584
"ignore",
5585
"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