build: Fix vm-memory bump build error

A new version of vm-memory was released upstream which resulted in some
components pulling in that new version. Update the version number used
to point to the latest version but continue to use our patched version
due to the fix for #1258

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2020-10-02 16:04:13 +01:00
parent 2d457ab974
commit 6a9934d933
18 changed files with 19 additions and 19 deletions

View File

@@ -6,5 +6,5 @@ edition = "2018"
[dependencies]
libc = "0.2.78"
vm-memory = "0.2.1"
vm-memory = "0.3.0"
arch = { path = "../arch" }