Skip to content

Commit

Permalink
Add missing Win32_Foundation feature
Browse files Browse the repository at this point in the history
This is necessary for the `wasmtime-runtime` crate to compile on Windows.
  • Loading branch information
CryZe authored and alexcrichton committed Oct 26, 2022
1 parent 4f288b8 commit 00350bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ rustix = { workspace = true, features = ["mm"] }
[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
workspace = true
features = [
"Win32_Foundation",
"Win32_System_Kernel",
"Win32_System_Memory",
"Win32_System_Diagnostics_Debug",
Expand Down

0 comments on commit 00350bd

Please sign in to comment.