diff options
| author | Eric Huss <eric@huss.org> | 2021-10-12 07:14:32 -0700 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2021-10-12 07:14:32 -0700 |
| commit | d9f0eb54f7993955114ed4a247e5034ea76d0633 (patch) | |
| tree | 8e6a988a9bc15804772cf5f9e5ccdd991d0c4b29 | |
| parent | 9401547cea3f74f88b7de7029c2b823aeb9ad5de (diff) | |
| download | rust-d9f0eb54f7993955114ed4a247e5034ea76d0633.tar.gz rust-d9f0eb54f7993955114ed4a247e5034ea76d0633.zip | |
Update winapi shared features.
Needed due to os_info.
| -rw-r--r-- | src/tools/rustc-workspace-hack/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/rustc-workspace-hack/Cargo.toml b/src/tools/rustc-workspace-hack/Cargo.toml index a28cf28841e..4bda3fb22c2 100644 --- a/src/tools/rustc-workspace-hack/Cargo.toml +++ b/src/tools/rustc-workspace-hack/Cargo.toml @@ -61,7 +61,9 @@ features = [ "wincrypt", "windef", "winioctl", + "winreg", "winsock2", + "winuser", "ws2def", "ws2ipdef", "ws2tcpip", |
