mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
hypervisor: drop arc-swap dependency
It is no longer needed after 0fec32658
.
Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
parent
f6892f2ede
commit
ba71390d6a
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -513,7 +513,6 @@ name = "hypervisor"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"arc-swap",
|
||||
"env_logger",
|
||||
"iced-x86",
|
||||
"kvm-bindings",
|
||||
|
@ -10,7 +10,6 @@ kvm = []
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
arc-swap = ">=1.0.0"
|
||||
thiserror = "1.0"
|
||||
libc = "0.2.80"
|
||||
log = "0.4.11"
|
||||
|
Loading…
Reference in New Issue
Block a user