mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
build: Add missing Cargo.lock change
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
7
Cargo.lock
generated
7
Cargo.lock
generated
@@ -65,6 +65,7 @@ dependencies = [
|
||||
"acpi_tables",
|
||||
"anyhow",
|
||||
"byteorder",
|
||||
"fdt",
|
||||
"hypervisor",
|
||||
"libc",
|
||||
"linux-loader",
|
||||
@@ -330,6 +331,12 @@ dependencies = [
|
||||
"synstructure",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "fdt"
|
||||
version = "0.1.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b643857cf70949306b81d7e92cb9d47add673868edac9863c4a49c42feaf3f1e"
|
||||
|
||||
[[package]]
|
||||
name = "getrandom"
|
||||
version = "0.2.3"
|
||||
|
||||
Reference in New Issue
Block a user