Skip to content

Commit d7360b4

Browse files
committed
fix2
1 parent 98d6dbe commit d7360b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openvmm/hvlite_core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ disk_backend.workspace = true
5252
firmware_pcat.workspace = true
5353
firmware_uefi_custom_vars.workspace = true
5454
firmware_uefi.workspace = true
55-
uefi_nvram_storage.workspace = true
55+
uefi_nvram_storage = { workspace = true, features = ["save_restore"] }
5656
framebuffer.workspace = true
5757
get_resources.workspace = true
58-
hcl_compat_uefi_nvram_storage = { workspace = true, features = ["inspect"] }
58+
hcl_compat_uefi_nvram_storage = { workspace = true, features = ["inspect", "save_restore"] }
5959
ide.workspace = true
6060
floppy.workspace = true
6161
input_core.workspace = true

0 commit comments

Comments
 (0)