build: Switch over to using rust-vmm linux-loader crate

With everything now merged upstream we no longer need to rely on Cathy's
fork.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2019-06-13 11:07:32 +01:00
parent 226d3366d2
commit c4c8b9314d
3 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ git = "https://github.com/rust-vmm/vm-memory"
features = ["backend-mmap"]
[dependencies.linux-loader]
git = "https://github.com/bjzhjing/linux-loader"
git = "https://github.com/rust-vmm/linux-loader"
features = ["elf", "bzimage"]
[dev-dependencies]