diff options
| author | Steven Fackler <[email protected]> | 2015-02-22 11:14:20 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2015-02-22 11:14:20 -0800 |
| commit | ebd906293376ee8ed3b7ddafa4573d2a9222d8b7 (patch) | |
| tree | 347b5ea8752fe844fea6dfca9fd6f859a5f2a88c /openssl-sys/Cargo.toml | |
| parent | Remove old attributes (diff) | |
| download | rust-openssl-ebd906293376ee8ed3b7ddafa4573d2a9222d8b7.tar.xz rust-openssl-ebd906293376ee8ed3b7ddafa4573d2a9222d8b7.zip | |
Use new path API in buildscript
Diffstat (limited to 'openssl-sys/Cargo.toml')
| -rw-r--r-- | openssl-sys/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml index 55318726..3b6dc5fb 100644 --- a/openssl-sys/Cargo.toml +++ b/openssl-sys/Cargo.toml @@ -18,8 +18,8 @@ sslv2 = [] aes_xts = [] [build-dependencies] -pkg-config = "0.2.1" -gcc = "0.2" +pkg-config = "0.3" +gcc = "0.3" [target.le32-unknown-nacl.dependencies] libressl-pnacl-sys = "2.1.0" |