Commit 09f2a3e9 authored by Steven Fackler's avatar Steven Fackler
Browse files

Release v0.9.20

parent f4f00d46
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
[package]
name = "openssl-sys"
version = "0.9.18"
version = "0.9.20"
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.18"
version = "0.9.20"
authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "Apache-2.0"
description = "OpenSSL bindings"
@@ -24,7 +24,7 @@ bitflags = "0.9"
foreign-types = "0.2"
lazy_static = "0.2"
libc = "0.2"
openssl-sys = { version = "0.9.18", path = "../openssl-sys" }
openssl-sys = { version = "0.9.20", path = "../openssl-sys" }

[dev-dependencies]
tempdir = "0.3"