diff options
| author | Steven Fackler <[email protected]> | 2016-05-19 13:46:31 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2016-05-19 13:46:31 -0700 |
| commit | 56d5ec943905f458fe328897c8ebdc9c8005aaba (patch) | |
| tree | 2c623bd2df57485f25769da6c80ab6e74486f103 /openssl-sys | |
| parent | Merge branch 'release' (diff) | |
| parent | Update user32-sys and gdi32-sys to 0.2 (diff) | |
| download | rust-openssl-56d5ec943905f458fe328897c8ebdc9c8005aaba.tar.xz rust-openssl-56d5ec943905f458fe328897c8ebdc9c8005aaba.zip | |
Merge pull request #398 from nox/gdi32
Update user32-sys and gdi32-sys to 0.2
Diffstat (limited to 'openssl-sys')
| -rw-r--r-- | openssl-sys/Cargo.toml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml index 890e9554..c3df7f59 100644 --- a/openssl-sys/Cargo.toml +++ b/openssl-sys/Cargo.toml @@ -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" |