Skip to content

Commit

Permalink
Release openssl v0.10.16
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Dec 16, 2018
1 parent b24ee29 commit 57e02ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openssl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openssl"
version = "0.10.15"
version = "0.10.16"
authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "Apache-2.0"
description = "OpenSSL bindings"
Expand All @@ -25,7 +25,7 @@ foreign-types = "0.3.1"
lazy_static = "1"
libc = "0.2"

openssl-sys = { version = "0.9.39", path = "../openssl-sys" }
openssl-sys = { version = "0.9.40", path = "../openssl-sys" }

[dev-dependencies]
tempdir = "0.3"
Expand Down

0 comments on commit 57e02ab

Please sign in to comment.