mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-03-20 07:58:55 +00:00
devices: Remove dependency on tempfile crate
This was completely unused. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
cd700bf449
commit
946c484590
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -292,7 +292,6 @@ dependencies = [
|
||||
"serde",
|
||||
"serde_derive",
|
||||
"serde_json",
|
||||
"tempfile",
|
||||
"vm-device",
|
||||
"vm-memory",
|
||||
"vm-migration",
|
||||
|
@ -19,9 +19,6 @@ vm-memory = "0.5.0"
|
||||
vm-migration = { path = "../vm-migration" }
|
||||
vmm-sys-util = ">=0.3.1"
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3.2.0"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
acpi = ["acpi_tables"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user