2019-04-18 08:31:45 +00:00
|
|
|
[package]
|
|
|
|
name = "vm-allocator"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["The Chromium OS Authors"]
|
2022-04-08 15:11:04 +00:00
|
|
|
edition = "2021"
|
2019-04-18 08:31:45 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2023-08-14 23:59:13 +00:00
|
|
|
libc = "0.2.147"
|
build: Bulk update rust-vmm dependencies
Bump to the latest rust-vmm crates, including vm-memory, vfio,
vfio-bindings, vfio-user, virtio-bindings, virtio-queue, linux-loader,
vhost, and vhost-user-backend,
Signed-off-by: Bo Chen <chen.bo@intel.com>
2023-05-19 16:12:25 +00:00
|
|
|
vm-memory = "0.11.0"
|
2022-07-22 18:46:34 +00:00
|
|
|
|
|
|
|
[target.'cfg(target_arch = "aarch64")'.dependencies]
|
2020-06-09 04:04:40 +00:00
|
|
|
arch = { path = "../arch" }
|