Skip to content

Commit

Permalink
Update Cargo.toml to use additional windows crate feature Win32_Syste…
Browse files Browse the repository at this point in the history
…m_SystemServices

Signed-off-by: Simon Davies <[email protected]>
  • Loading branch information
simongdavies committed Jan 30, 2025
1 parent f9e57f1 commit 203215b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hyperlight_host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ windows = { version = "0.59", features = [
"Win32_System_Memory",
"Win32_System_Threading",
"Win32_System_JobObjects",
"Win32_System_SystemServices",
] }
windows-sys = { version = "0.59", features = ["Win32"] }
windows-result = "0.3"
Expand Down

0 comments on commit 203215b

Please sign in to comment.