diff --git a/Cargo.toml b/Cargo.toml index 52bec93..120dbce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ epoll = ">=4.0.1" libc = ">=0.2.39" log = ">=0.4.6" virtio-bindings = "0.1.0" -vm-memory = {version = ">=0.2.0", features = ["backend-mmap", "backend-atomic"]} +vm-memory = { version = "0.2.2", features = ["backend-mmap", "backend-atomic"] } vm-virtio = { git = "https://github.com/rust-vmm/vm-virtio" } vmm-sys-util = ">=0.3.1" vhost_rs = { git = "https://github.com/rust-vmm/vhost", package = "vhost", features = ["vhost-user-slave"] }