Commit 81c057b7 authored by Steven Fackler's avatar Steven Fackler
Browse files

Relase v0.4.3

parent cf80af7d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
[package]
name = "openssl-sys"
version = "0.4.2"
version = "0.4.3"
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.4.2"
version = "0.4.3"
authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "Apache-2.0"
description = "OpenSSL bindings"
@@ -17,7 +17,7 @@ aes_xts = ["openssl-sys/aes_xts"]

[dependencies.openssl-sys]
path = "../openssl-sys"
version = "0.4.2"
version = "0.4.3"

[dev-dependencies]
rustc-serialize = "0.2"