diff --git a/devices/Cargo.toml b/devices/Cargo.toml index c1de9cc27..650ff734e 100644 --- a/devices/Cargo.toml +++ b/devices/Cargo.toml @@ -29,7 +29,7 @@ vm-memory = { workspace = true, features = [ vm-migration = { path = "../vm-migration" } vmm-sys-util = { workspace = true } -[target.'cfg(target_arch = "aarch64")'.dependencies] +[target.'cfg(any(target_arch = "aarch64", target_arch = "riscv64"))'.dependencies] arch = { path = "../arch" } [features]