mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
build: Add missing Cargo.lock change
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
b56e1217b6
commit
cee5508e9b
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"
|
||||
|
Loading…
Reference in New Issue
Block a user