build: Update linux-loader to v0.13.1

Required kernel header are made public in v0.13.1, let's bump to consume
the change.

Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
This commit is contained in:
Ruoqing He
2025-10-13 02:56:44 +00:00
committed by Rob Bradford
parent bb9d3529db
commit d3b8300e9c
4 changed files with 8 additions and 12 deletions

View File

@@ -23,12 +23,7 @@ epoll = "4.3.3"
hypervisor = { path = "../hypervisor", features = ["mshv_emulator"] }
libc = "0.2.176"
libfuzzer-sys = "0.4.10"
# TODO: update to 0.13.1+
linux-loader = { git = "https://github.com/rust-vmm/linux-loader", branch = "main", features = [
"bzimage",
"elf",
"pe",
] }
linux-loader = { version = "0.13.1", features = ["bzimage", "elf", "pe"] }
micro_http = { git = "https://github.com/firecracker-microvm/micro-http", branch = "main" }
mshv-bindings = "0.6.0"
net_util = { path = "../net_util" }