mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
build: Bump versions of acpi_tables and zerocopy
The 'derive' feature of `zerocopy` crate now is optional and requires to be enabled explicitly [1]. Also, a version bump on `acpi_tables` is needed to reply on a single version of `zerocopy` to avoid compilation errors. [1] https://github.com/google/zerocopy/pull/176 Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
@@ -61,4 +61,4 @@ vm-migration = { path = "../vm-migration" }
|
||||
vm-virtio = { path = "../vm-virtio" }
|
||||
vmm-sys-util = { version = "0.11.0", features = ["with-serde"] }
|
||||
zbus = { version = "3.11.1", optional = true }
|
||||
zerocopy = "0.6.1"
|
||||
zerocopy = { version = "0.7.1", features = ["derive"] }
|
||||
|
||||
Reference in New Issue
Block a user