We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fcb726 commit a44abe5Copy full SHA for a44abe5
src/tools/rustc-workspace-hack/Cargo.toml
@@ -17,12 +17,16 @@ path = "lib.rs"
17
[target.'cfg(windows)'.dependencies.winapi]
18
version = "0.3"
19
features = [
20
- "aclapi",
21
"accctrl",
+ "aclapi",
22
"basetsd",
23
+ "cfg",
24
"consoleapi",
25
"errhandlingapi",
26
+ "evntrace",
27
"fibersapi",
28
+ "in6addr",
29
+ "inaddr",
30
"ioapiset",
31
"jobapi",
32
"jobapi2",
@@ -32,6 +36,8 @@ features = [
36
"memoryapi",
33
37
"minschannel",
34
38
"minwinbase",
39
+ "mstcpip",
40
+ "mswsock",
35
41
"namedpipeapi",
42
"ntdef",
43
"ntsecapi",
@@ -54,6 +60,8 @@ features = [
54
60
"winbase",
55
61
"wincon",
56
62
"wincrypt",
63
+ "windef",
64
+ "winioctl",
57
65
"winsock2",
58
66
"ws2def",
59
67
"ws2ipdef",
0 commit comments