Skip to content

Commit 3b8358e

Browse files
committed
Unify winapi features for tools
1 parent b512b1c commit 3b8358e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ path = "lib.rs"
1717
[target.'cfg(windows)'.dependencies.winapi]
1818
version = "0.3"
1919
features = [
20+
"aclapi",
21+
"accctrl",
2022
"basetsd",
2123
"consoleapi",
2224
"errhandlingapi",
@@ -73,6 +75,5 @@ url = { version = "2.0", features = ['serde'] }
7375
[target.'cfg(not(windows))'.dependencies]
7476
openssl = { version = "0.10.12", optional = true }
7577

76-
7778
[features]
7879
all-static = ['openssl/vendored', 'curl-sys/static-curl', 'curl-sys/force-system-lib-on-osx']

0 commit comments

Comments
 (0)