Commit 48db60ac authored by Steven Fackler's avatar Steven Fackler
Browse files

Release v0.9.23

parent f8581638
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
[package]
name = "openssl-sys"
version = "0.9.22"
version = "0.9.23"
authors = ["Alex Crichton <alex@alexcrichton.com>",
           "Steven Fackler <sfackler@gmail.com>"]
license = "MIT"
+2 −2
Original line number Diff line number Diff line
[package]
name = "openssl"
version = "0.9.22"
version = "0.9.23"
authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "Apache-2.0"
description = "OpenSSL bindings"
@@ -23,7 +23,7 @@ bitflags = "0.9"
foreign-types = "0.3.1"
lazy_static = "1"
libc = "0.2"
openssl-sys = { version = "0.9.22", path = "../openssl-sys" }
openssl-sys = { version = "0.9.23", path = "../openssl-sys" }

[dev-dependencies]
tempdir = "0.3"