Release v0.3.2

This commit is contained in:
Steven Fackler 2015-02-08 23:40:11 -08:00
parent 6ef819f971
commit 5f6d98adc3
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[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"

View File

@ -1,12 +1,12 @@
[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"