mirror of
https://gitlab.com/qemu-project/qemu.git
synced 2026-08-26 22:23:12 -04:00
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:
parent
b0df6e2f2c
commit
bff6413888
2 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue