build: Update Cargo.lock for linux-loader crate update

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford 2019-06-07 12:28:02 +01:00
parent b0a575d361
commit bbd0f5eebb

2
Cargo.lock generated
View File

@ -269,7 +269,7 @@ dependencies = [
[[package]]
name = "linux-loader"
version = "0.1.0"
source = "git+https://github.com/bjzhjing/linux-loader#912dbb58c8a859c10735066d5a2089cd4073904c"
source = "git+https://github.com/bjzhjing/linux-loader#ed36dbf364e90e3e27d5bd521d297b89aa6ed4bd"
dependencies = [
"vm-memory 0.1.0 (git+https://github.com/rust-vmm/vm-memory)",
]