rust: fix incorrect dependency in Cargo.toml
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Paolo Bonzini committed
May 26, 2026 at 10:48 UTC
bff641388823307b148310ee78f59ea1f63058d4
2 files changed
+1
-1
rust/bindings/hwcore-sys/Cargo.toml
-1
@@ -21,7 +21,6 @@ chardev-sys = { path = "../chardev-sys" }
21
qom-sys = { path = "../qom-sys" }
22
migration-sys = { path = "../migration-sys" }
23
util-sys = { path = "../util-sys" }
24
-system-sys = { path = "../system-sys" }
24
25
[lints]
26
workspace = true
rust/bindings/system-sys/Cargo.toml
+1
@@ -20,6 +20,7 @@ common = { path = "../../common" }
20
migration-sys = { path = "../migration-sys" }
21
util-sys = { path = "../util-sys" }
22
qom-sys = { path = "../qom-sys" }
23
+hwcore-sys = { path = "../hwcore-sys" }
24
25
[lints]
26
workspace = true