aboutsummaryrefslogtreecommitdiff
path: root/openssl-sys/Cargo.toml
diff options
context:
space:
mode:
authorRichard Diamond <[email protected]>2014-12-09 23:00:05 -0600
committerRichard Diamond <[email protected]>2014-12-09 23:15:04 -0600
commit10e8a8f8e3b45c7a89f89b16c74aa3fa5477fa22 (patch)
tree40cfa746b7951877fb0f27ffe8fc7bbd74801ab4 /openssl-sys/Cargo.toml
parentAdd a feature to openssl-sys to cause it to build a local copy of libressl for (diff)
downloadrust-openssl-10e8a8f8e3b45c7a89f89b16c74aa3fa5477fa22.tar.xz
rust-openssl-10e8a8f8e3b45c7a89f89b16c74aa3fa5477fa22.zip
Now that pkg-config 0.1.1 has been published, delegate to bailout detection to pkg-config.
Also bump version minors for publishing. :)
Diffstat (limited to 'openssl-sys/Cargo.toml')
-rw-r--r--openssl-sys/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml
index c434be49..60ebc8c3 100644
--- a/openssl-sys/Cargo.toml
+++ b/openssl-sys/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "openssl-sys"
-version = "0.2.2"
+version = "0.2.3"
authors = ["Alex Crichton <[email protected]>",
"Steven Fackler <[email protected]>"]
license = "MIT"
@@ -17,7 +17,7 @@ sslv2 = []
aes_xts = []
[build-dependencies]
-pkg-config = "0.1"
+pkg-config = "0.1.1"
[target.le32-unknown-nacl.dependencies]
libressl-pnacl-sys = "2.1.0"