aboutsummaryrefslogtreecommitdiff
path: root/openssl-sys/Cargo.toml
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2017-01-24 21:31:41 +0100
committerSteven Fackler <[email protected]>2017-01-24 21:31:41 +0100
commit01e46671756d4e729adb0bfd88f3c98638712b5d (patch)
tree7c9e857370c98a05337ccf1254662eb885bcd856 /openssl-sys/Cargo.toml
parentMerge pull request #563 from bluejekyll/master (diff)
downloadrust-openssl-01e46671756d4e729adb0bfd88f3c98638712b5d.tar.xz
rust-openssl-01e46671756d4e729adb0bfd88f3c98638712b5d.zip
Make sure to not add system dirs to linkage
cc #447
Diffstat (limited to 'openssl-sys/Cargo.toml')
-rw-r--r--openssl-sys/Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml
index fe484a79..1f1750dc 100644
--- a/openssl-sys/Cargo.toml
+++ b/openssl-sys/Cargo.toml
@@ -15,11 +15,12 @@ build = "build.rs"
libc = "0.2"
[build-dependencies]
-metadeps = "1"
+pkg-config = "0.3.9"
[target.'cfg(windows)'.dependencies]
user32-sys = "0.2"
gdi32-sys = "0.2"
+# We don't actually use metadeps for annoying reasons but this is still hear for tooling
[package.metadata.pkg-config]
-openssl = "1.0.0" # We actually need 1.0.1, but OpenBSD reports as 1.0.0
+openssl = "1.0.1"