build: Move from patched vm-memory version to released version

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2021-08-06 07:46:17 +00:00
parent 91b05b6186
commit b4f887ea80
19 changed files with 39 additions and 39 deletions

View File

@@ -6,5 +6,5 @@ edition = "2018"
[dependencies]
libc = "0.2.98"
vm-memory = "0.5.0"
vm-memory = "0.6.0"
arch = { path = "../arch" }