]> git.lizzy.rs Git - rust.git/commitdiff
Unify winapi features for tools
authorTyler Mandry <tmandry@gmail.com>
Tue, 5 May 2020 19:50:58 +0000 (12:50 -0700)
committerTyler Mandry <tmandry@gmail.com>
Tue, 5 May 2020 19:50:58 +0000 (12:50 -0700)
src/tools/rustc-workspace-hack/Cargo.toml

index f07819aeac2f466c14ad01723a514daac00e25da..cbf7d09f2e42c82d65013c5454e01c8106612fae 100644 (file)
@@ -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']