Bump tdx-guest crate version to 0.1.8

This commit is contained in:
Hsy-Intel
2024-12-09 12:01:06 +00:00
committed by Tate, Hongliang Tian
parent 265eacf831
commit 1b6901f0f8
4 changed files with 8 additions and 6 deletions

View File

@ -33,7 +33,7 @@ ascii = { version = "1.1", default-features = false, features = ["alloc"] }
intrusive-collections = "0.9.5"
paste = "1.0"
time = { version = "0.3", default-features = false, features = ["alloc"] }
tdx-guest = { version = "0.1.7", optional = true }
tdx-guest = { version = "0.1.8", optional = true }
# parse elf file
xmas-elf = "0.8.0"