Commit 5f6d98ad authored by Steven Fackler's avatar Steven Fackler
Browse files

Release v0.3.2

parent 6ef819f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
[package]
name = "openssl-sys"
version = "0.3.1"
version = "0.3.2"
authors = ["Alex Crichton <alex@alexcrichton.com>",
           "Steven Fackler <sfackler@gmail.com>"]
license = "MIT"
+3 −3
Original line number Diff line number Diff line
[package]
name = "openssl"
version = "0.3.1"
version = "0.3.2"
authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "Apache-2.0"
description = "OpenSSL bindings"
repository = "https://github.com/sfackler/rust-openssl"
documentation = "https://sfackler.github.io/rust-openssl/doc/openssl"
readme = "README.md"
readme = "../README.md"
keywords = ["crypto", "tls", "ssl"]

[features]
@@ -17,7 +17,7 @@ aes_xts = ["openssl-sys/aes_xts"]

[dependencies.openssl-sys]
path = "../openssl-sys"
version = "0.3.1"
version = "0.3.2"

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