diff --git a/hypervisor/Cargo.toml b/hypervisor/Cargo.toml index 47bb1a74e..068d87184 100644 --- a/hypervisor/Cargo.toml +++ b/hypervisor/Cargo.toml @@ -25,7 +25,7 @@ vmm-sys-util = { version = ">=0.5.0", features = ["with-serde"] } git = "https://github.com/rust-vmm/linux-loader" features = ["elf", "bzimage"] -[dependencies.iced-x86] +[target.'cfg(target_arch = "x86_64")'.dependencies.iced-x86] version = "1.9.1" default-features = false features = ["std", "decoder", "op_code_info", "instr_info", "fast_fmt"]