diff options
Diffstat (limited to 'rust/bits/Cargo.toml')
| -rw-r--r-- | rust/bits/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/bits/Cargo.toml b/rust/bits/Cargo.toml index 1ff38a4117..7fce972b27 100644 --- a/rust/bits/Cargo.toml +++ b/rust/bits/Cargo.toml @@ -13,7 +13,7 @@ repository.workspace = true rust-version.workspace = true [dependencies] -qemu_api_macros = { path = "../qemu-api-macros" } +qemu_macros = { path = "../qemu-macros" } [lints] workspace = true |