Skip to content

Commit 468bf3e

Browse files
committed
build: Bump the minimum version of vm-memory
"0.1.0" means every version >= 0.1.0 < 0.2.0 but this breaks as the latest vm-memory release is 0.2.0. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
1 parent 0ce5bfa commit 468bf3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ elf = []
1111
bzimage = []
1212

1313
[dependencies]
14-
vm-memory = {version = "0.1.0", features = ["backend-mmap"]}
14+
vm-memory = {version = "0.2.0", features = ["backend-mmap"]}

0 commit comments

Comments
 (0)