rust: fix incorrect dependency in Cargo.toml

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2026-05-26 10:48:19 +02:00
parent b0df6e2f2c
commit bff6413888
2 changed files with 1 additions and 1 deletions

View file

@ -21,7 +21,6 @@ chardev-sys = { path = "../chardev-sys" }
qom-sys = { path = "../qom-sys" }
migration-sys = { path = "../migration-sys" }
util-sys = { path = "../util-sys" }
system-sys = { path = "../system-sys" }
[lints]
workspace = true

View file

@ -20,6 +20,7 @@ common = { path = "../../common" }
migration-sys = { path = "../migration-sys" }
util-sys = { path = "../util-sys" }
qom-sys = { path = "../qom-sys" }
hwcore-sys = { path = "../hwcore-sys" }
[lints]
workspace = true