Fix for upstream change

This commit is contained in:
Steven Fackler 2015-02-12 13:21:53 -08:00
parent 12d30628fe
commit d20bdfe551
2 changed files with 2 additions and 2 deletions

View File

@ -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]

View File

@ -31,7 +31,7 @@ fn main() {
}
let err = match pkg_config::find_library("openssl") {
Ok(()) => {
Ok(..) => {
build_old_openssl_shim(true);
return;
}