Skip to content

Commit

Permalink
build: Bump the minimum version of vm-memory
Browse files Browse the repository at this point in the history
"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 <[email protected]>
  • Loading branch information
rbradford committed Mar 19, 2020
1 parent 0ce5bfa commit 468bf3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}

0 comments on commit 468bf3e

Please sign in to comment.