Add missing Win32_Foundation feature (#5134)
This is necessary for the `wasmtime-runtime` crate to compile on Windows.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user