diff --git a/Cargo.toml b/Cargo.toml index 4ba0e36e..32151a6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,4 @@ elf = [] bzimage = [] [dependencies] -vm-memory = {version = "0.1.0", features = ["backend-mmap"]} +vm-memory = {version = "0.2.0", features = ["backend-mmap"]}