diff options
Diffstat (limited to 'rust/util/Cargo.toml')
| -rw-r--r-- | rust/util/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rust/util/Cargo.toml b/rust/util/Cargo.toml index 18e6619ca0..1f6767ed9d 100644 --- a/rust/util/Cargo.toml +++ b/rust/util/Cargo.toml @@ -17,7 +17,6 @@ anyhow = { workspace = true } foreign = { workspace = true } libc = { workspace = true } common = { path = "../common" } -qemu_macros = { path = "../qemu-macros" } [lints] workspace = true |