diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2018-08-21 10:23:47 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2018-08-25 16:26:28 -0700 |
| commit | 2863b754255c39ab24cd4525749b4d068b0e8e9e (patch) | |
| tree | 5ae7436dceb7b0f2896226258a863024b448a455 /src/tools/rustc-workspace-hack | |
| parent | 39e6ba82182b264c94bc62a1284d115b50ff1bd3 (diff) | |
| download | rust-2863b754255c39ab24cd4525749b4d068b0e8e9e.tar.gz rust-2863b754255c39ab24cd4525749b4d068b0e8e9e.zip | |
Update Cargo submodule
Also update Cargo's dependencies while we're at it
Diffstat (limited to 'src/tools/rustc-workspace-hack')
| -rw-r--r-- | src/tools/rustc-workspace-hack/Cargo.toml | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/src/tools/rustc-workspace-hack/Cargo.toml b/src/tools/rustc-workspace-hack/Cargo.toml index 8c947bbbcdd..22a22dfcaaa 100644 --- a/src/tools/rustc-workspace-hack/Cargo.toml +++ b/src/tools/rustc-workspace-hack/Cargo.toml @@ -22,23 +22,25 @@ syn = { version = "0.14", features = ['extra-traits'] } [target.'cfg(windows)'.dependencies.winapi] version = "0.3" features = [ - "profileapi", + "basetsd", + "jobapi", + "jobapi2", + "lmcons", "memoryapi", "minschannel", - "securitybaseapi", - "jobapi2", - "schannel", - "sysinfoapi", - "jobapi", - "synchapi", - "wincrypt", - "winbase", "minwinbase", "ntsecapi", - "basetsd", "ntstatus", + "profileapi", "psapi", + "schannel", + "securitybaseapi", + "shellapi", + "synchapi", + "sysinfoapi", "timezoneapi", - "lmcons", + "userenv", + "winbase", "wincon", + "wincrypt", ] |
