about summary refs log tree commit diff
path: root/src/tools
diff options
context:
space:
mode:
authorTyler Mandry <tmandry@gmail.com>2020-05-05 12:50:58 -0700
committerTyler Mandry <tmandry@gmail.com>2020-05-05 12:50:58 -0700
commit3b8358e682e4c6ba203bd52bd289e213e90f6cc5 (patch)
tree046a8b2823d25b671f295e224b1a07572273d210 /src/tools
parentb512b1c7af7e45f3127859d3786377032aff1956 (diff)
downloadrust-3b8358e682e4c6ba203bd52bd289e213e90f6cc5.tar.gz
rust-3b8358e682e4c6ba203bd52bd289e213e90f6cc5.zip
Unify winapi features for tools
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/rustc-workspace-hack/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tools/rustc-workspace-hack/Cargo.toml b/src/tools/rustc-workspace-hack/Cargo.toml
index f07819aeac2..cbf7d09f2e4 100644
--- a/src/tools/rustc-workspace-hack/Cargo.toml
+++ b/src/tools/rustc-workspace-hack/Cargo.toml
@@ -17,6 +17,8 @@ path = "lib.rs"
 [target.'cfg(windows)'.dependencies.winapi]
 version = "0.3"
 features = [
+  "aclapi",
+  "accctrl",
   "basetsd",
   "consoleapi",
   "errhandlingapi",
@@ -73,6 +75,5 @@ url = { version = "2.0", features = ['serde'] }
 [target.'cfg(not(windows))'.dependencies]
 openssl = { version = "0.10.12", optional = true }
 
-
 [features]
 all-static = ['openssl/vendored', 'curl-sys/static-curl', 'curl-sys/force-system-lib-on-osx']