mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
build: Remove "wait-timeout" dependency to dev-dependencies
This is only use in the integration test and was erroneously included in the main binary dependencies. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
afce21ba59
commit
2122233047
@ -29,7 +29,6 @@ thiserror = "1.0"
|
||||
vmm = { path = "vmm" }
|
||||
vmm-sys-util = "0.7.0"
|
||||
vm-memory = "0.5.0"
|
||||
wait-timeout = "0.2.0"
|
||||
|
||||
[build-dependencies]
|
||||
clap = { version = "2.33.3", features = ["wrap_help"] }
|
||||
@ -39,12 +38,13 @@ clap = { version = "2.33.3", features = ["wrap_help"] }
|
||||
vhost_rs = { git = "https://github.com/cloud-hypervisor/vhost", branch = "ch", package = "vhost", features = ["vhost-user-master", "vhost-user-slave"] }
|
||||
|
||||
[dev-dependencies]
|
||||
ssh2 = "0.9.1"
|
||||
dirs = "3.0.1"
|
||||
credibility = "0.1.3"
|
||||
dirs = "3.0.1"
|
||||
lazy_static= "1.4.0"
|
||||
serde_json = "1.0.62"
|
||||
net_util = { path = "net_util" }
|
||||
serde_json = "1.0.62"
|
||||
ssh2 = "0.9.1"
|
||||
wait-timeout = "0.2.0"
|
||||
|
||||
[features]
|
||||
default = ["acpi", "cmos", "io_uring", "kvm"]
|
||||
|
Loading…
Reference in New Issue
Block a user