Skip to content

Commit

Permalink
Add missing winapi feature to workspace hack
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Simulacrum committed Jul 23, 2021
1 parent 5fcb726 commit a44abe5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/tools/rustc-workspace-hack/Cargo.toml
Expand Up @@ -17,12 +17,16 @@ path = "lib.rs"
[target.'cfg(windows)'.dependencies.winapi]
version = "0.3"
features = [
"aclapi",
"accctrl",
"aclapi",
"basetsd",
"cfg",
"consoleapi",
"errhandlingapi",
"evntrace",
"fibersapi",
"in6addr",
"inaddr",
"ioapiset",
"jobapi",
"jobapi2",
Expand All @@ -32,6 +36,8 @@ features = [
"memoryapi",
"minschannel",
"minwinbase",
"mstcpip",
"mswsock",
"namedpipeapi",
"ntdef",
"ntsecapi",
Expand All @@ -54,6 +60,8 @@ features = [
"winbase",
"wincon",
"wincrypt",
"windef",
"winioctl",
"winsock2",
"ws2def",
"ws2ipdef",
Expand Down

0 comments on commit a44abe5

Please sign in to comment.