Skip to content

Commit

Permalink
Update user32-sys and gdi32-sys to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nox committed May 19, 2016
1 parent f26c8b7 commit ed969d5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions openssl-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ libressl-pnacl-sys = "2.1.0"

# Only here to make sure we link to these in a static build on Windows
[target.i686-pc-windows-gnu.dependencies]
user32-sys = "0.1"
gdi32-sys = "0.1"
user32-sys = "0.2"
gdi32-sys = "0.2"
[target.x86_64-pc-windows-gnu.dependencies]
user32-sys = "0.1"
gdi32-sys = "0.1"
user32-sys = "0.2"
gdi32-sys = "0.2"
[target.i686-pc-windows-msvc.dependencies]
user32-sys = "0.1"
gdi32-sys = "0.1"
user32-sys = "0.2"
gdi32-sys = "0.2"
[target.x86_64-pc-windows-msvc.dependencies]
user32-sys = "0.1"
gdi32-sys = "0.1"
user32-sys = "0.2"
gdi32-sys = "0.2"

0 comments on commit ed969d5

Please sign in to comment.