Skip to content

Commit

Permalink
Release openssl 0.9.22
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Nov 29, 2017
1 parent 0577d06 commit 78ffe0a
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.9.21"
version = "0.9.22"
authors = ["Steven Fackler <[email protected]>"]
license = "Apache-2.0"
description = "OpenSSL bindings"
Expand All @@ -23,7 +23,7 @@ bitflags = "0.9"
foreign-types = "0.3.1"
lazy_static = "0.2"
libc = "0.2"
openssl-sys = { version = "0.9.21", path = "../openssl-sys" }
openssl-sys = { version = "0.9.22", path = "../openssl-sys" }

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

0 comments on commit 78ffe0a

Please sign in to comment.