mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
build: Move to rust-vmm acpi_tables crate
This code is indentical to what is in this repository. When a release gets made we can then switch to that. Fixes: #5122 Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
@@ -5,7 +5,7 @@ authors = ["The Chromium OS Authors"]
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
acpi_tables = { path = "../acpi_tables" }
|
||||
acpi_tables = { git = "https://github.com/rust-vmm/acpi_tables", branch = "main" }
|
||||
anyhow = "1.0.69"
|
||||
arch = { path = "../arch" }
|
||||
bitflags = "1.3.2"
|
||||
|
||||
Reference in New Issue
Block a user