aboutsummaryrefslogtreecommitdiff
path: root/openssl/Cargo.toml
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2018-04-05 11:09:36 -0700
committerSteven Fackler <[email protected]>2018-04-05 11:09:36 -0700
commit78d91428b5ffae3e33a8b0833ac0e58724d26e0e (patch)
tree63fe63ca552166f832b18970fbcb7c8f9c7cfaeb /openssl/Cargo.toml
parentMerge pull request #894 from skade/patch-1 (diff)
downloadrust-openssl-openssl-sys-v0.9.28.tar.xz
rust-openssl-openssl-sys-v0.9.28.zip
Release openssl-sys 0.9.28openssl-sys-v0.9.28
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 cbfab25e..2df34330 100644
--- a/openssl/Cargo.toml
+++ b/openssl/Cargo.toml
@@ -21,7 +21,7 @@ bitflags = "1.0"
foreign-types = "0.3.1"
lazy_static = "1"
libc = "0.2"
-openssl-sys = { version = "0.9.27", path = "../openssl-sys" }
+openssl-sys = { version = "0.9.28", path = "../openssl-sys" }
[dev-dependencies]
tempdir = "0.3"