We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81c2bf0 commit ecb4b24Copy full SHA for ecb4b24
Cargo.lock
@@ -7088,7 +7088,6 @@ version = "0.0.0"
7088
dependencies = [
7089
"anyhow",
7090
"bitfield-struct 0.11.0",
7091
- "inspect",
7092
"open_enum",
7093
"parking_lot",
7094
"static_assertions",
vm/devices/tdisp/Cargo.toml
@@ -9,7 +9,6 @@ rust-version.workspace = true
9
[dependencies]
10
anyhow.workspace = true
11
bitfield-struct.workspace = true
12
-inspect.workspace = true
13
open_enum.workspace = true
14
parking_lot.workspace = true
15
static_assertions.workspace = true
0 commit comments