build: Bump to latest igvm released version 0.4.0

Signed-off-by: Rob Bradford <rbradford@meta.com>
This commit is contained in:
Rob Bradford 2026-02-18 04:19:57 -08:00 committed by Rob Bradford
parent 17b0749e1c
commit 003ef780e0
2 changed files with 6 additions and 5 deletions

View file

@ -64,9 +64,8 @@ vm-memory = "0.16.1"
vmm-sys-util = "0.14.0"
# igvm crates
# TODO: bump to 0.3.5 release
igvm = { git = "https://github.com/microsoft/igvm", branch = "main" }
igvm_defs = { git = "https://github.com/microsoft/igvm", branch = "main" }
igvm = "0.4.0"
igvm_defs = "0.4.0"
# serde crates
serde = "1.0.228"