Skip to content

Commit a44abe5

Browse files
Add missing winapi feature to workspace hack
1 parent 5fcb726 commit a44abe5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/tools/rustc-workspace-hack/Cargo.toml

+9-1
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,16 @@ path = "lib.rs"
1717
[target.'cfg(windows)'.dependencies.winapi]
1818
version = "0.3"
1919
features = [
20-
"aclapi",
2120
"accctrl",
21+
"aclapi",
2222
"basetsd",
23+
"cfg",
2324
"consoleapi",
2425
"errhandlingapi",
26+
"evntrace",
2527
"fibersapi",
28+
"in6addr",
29+
"inaddr",
2630
"ioapiset",
2731
"jobapi",
2832
"jobapi2",
@@ -32,6 +36,8 @@ features = [
3236
"memoryapi",
3337
"minschannel",
3438
"minwinbase",
39+
"mstcpip",
40+
"mswsock",
3541
"namedpipeapi",
3642
"ntdef",
3743
"ntsecapi",
@@ -54,6 +60,8 @@ features = [
5460
"winbase",
5561
"wincon",
5662
"wincrypt",
63+
"windef",
64+
"winioctl",
5765
"winsock2",
5866
"ws2def",
5967
"ws2ipdef",

0 commit comments

Comments
 (0)