build: Update Cargo.lock

An update to the Cargo.lock file was missing from a previous commit.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford 2020-06-11 15:08:34 +01:00 committed by Sebastien Boeuf
parent 3f18f93f40
commit 776f8fc555

1
Cargo.lock generated
View File

@ -1455,6 +1455,7 @@ checksum = "3ff512178285488516ed85f15b5d0113a7cdb89e9e8a760b269ae4f02b84bd6b"
name = "vm-allocator"
version = "0.1.0"
dependencies = [
"arch",
"libc",
"vm-memory",
]