Skip to content

Commit b0ffc32

Browse files
committed
Update Cargo.toml to use additional windows crate feature Win32_System_SystemServices
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
1 parent 791db0c commit b0ffc32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hyperlight_host/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ windows = { version = "0.59", features = [
6262
"Win32_System_Memory",
6363
"Win32_System_Threading",
6464
"Win32_System_JobObjects",
65+
"Win32_System_SystemServices",
6566
] }
6667
windows-sys = { version = "0.59", features = ["Win32"] }
6768
windows-result = "0.3"

0 commit comments

Comments
 (0)