Skip to content

Commit

Permalink
migrate to winapi 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
steffengy committed Dec 30, 2017
1 parent 17aa5b5 commit 4ffb8f5
Show file tree
Hide file tree
Showing 17 changed files with 137 additions and 190 deletions.
82 changes: 27 additions & 55 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,9 @@ url = "1.1.0"
wait-timeout = "0.1.5"

[target."cfg(windows)".dependencies]
winapi = "0.2.8"
winapi = { version = "0.3", features = ["jobapi", "jobapi2", "processthreadsapi", "psapi", "synchapi", "winuser"] }
winreg = "0.4.0"
user32-sys = "0.2.0"
kernel32-sys = "0.2.1"
gcc = "0.3.50"
psapi-sys = "0.1"

[dev-dependencies]
rustup-mock = { path = "src/rustup-mock", version = "1.1.0" }
Expand Down
Loading

0 comments on commit 4ffb8f5

Please sign in to comment.