diff options
| author | Steven Fackler <[email protected]> | 2015-02-12 13:21:53 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2015-02-12 13:21:53 -0800 |
| commit | d20bdfe55115c2635ea9d01af8b3cd0bd112fa79 (patch) | |
| tree | 591227b91496168ea4a8f962d7d3c254b02e54c6 /openssl-sys/Cargo.toml | |
| parent | Merge pull request #160 from globin/fix/rustup (diff) | |
| download | rust-openssl-d20bdfe55115c2635ea9d01af8b3cd0bd112fa79.tar.xz rust-openssl-d20bdfe55115c2635ea9d01af8b3cd0bd112fa79.zip | |
Fix for upstream change
Diffstat (limited to 'openssl-sys/Cargo.toml')
| -rw-r--r-- | openssl-sys/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml index 314d0b33..b5039297 100644 --- a/openssl-sys/Cargo.toml +++ b/openssl-sys/Cargo.toml @@ -18,7 +18,7 @@ sslv2 = [] aes_xts = [] [build-dependencies] -pkg-config = "0.2" +pkg-config = "0.2.1" gcc = "0.1" [target.le32-unknown-nacl.dependencies] |