aboutsummaryrefslogtreecommitdiff
path: root/openssl/Cargo.toml
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2018-05-20 21:02:12 -0700
committerSteven Fackler <[email protected]>2018-05-20 21:02:12 -0700
commit25df3c8b51cedf9dc126bd2f179668002c701816 (patch)
treea3a5141be0785e8249fb58b41ae9bf1653092076 /openssl/Cargo.toml
parentFix changelog (diff)
downloadrust-openssl-openssl-sys-v0.9.31.tar.xz
rust-openssl-openssl-sys-v0.9.31.zip
Release openssl-sys 0.9.31openssl-sys-v0.9.31
Diffstat (limited to 'openssl/Cargo.toml')
-rw-r--r--openssl/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml
index 8ce43b3d..e7157136 100644
--- a/openssl/Cargo.toml
+++ b/openssl/Cargo.toml
@@ -23,7 +23,7 @@ foreign-types = "0.3.1"
lazy_static = "1"
libc = "0.2"
-openssl-sys = { version = "0.9.30", path = "../openssl-sys" }
+openssl-sys = { version = "0.9.31", path = "../openssl-sys" }
[dev-dependencies]
tempdir = "0.3"