Skip to content
Snippets Groups Projects
Commit 5f6d98ad authored by Steven Fackler's avatar Steven Fackler
Browse files

Release v0.3.2

parent 6ef819f9
Branches
Tags v0.3.2
No related merge requests found
[package] [package]
name = "openssl-sys" name = "openssl-sys"
version = "0.3.1" version = "0.3.2"
authors = ["Alex Crichton <alex@alexcrichton.com>", authors = ["Alex Crichton <alex@alexcrichton.com>",
"Steven Fackler <sfackler@gmail.com>"] "Steven Fackler <sfackler@gmail.com>"]
license = "MIT" license = "MIT"
......
[package] [package]
name = "openssl" name = "openssl"
version = "0.3.1" version = "0.3.2"
authors = ["Steven Fackler <sfackler@gmail.com>"] authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "Apache-2.0" license = "Apache-2.0"
description = "OpenSSL bindings" description = "OpenSSL bindings"
repository = "https://github.com/sfackler/rust-openssl" repository = "https://github.com/sfackler/rust-openssl"
documentation = "https://sfackler.github.io/rust-openssl/doc/openssl" documentation = "https://sfackler.github.io/rust-openssl/doc/openssl"
readme = "README.md" readme = "../README.md"
keywords = ["crypto", "tls", "ssl"] keywords = ["crypto", "tls", "ssl"]
[features] [features]
...@@ -17,7 +17,7 @@ aes_xts = ["openssl-sys/aes_xts"] ...@@ -17,7 +17,7 @@ aes_xts = ["openssl-sys/aes_xts"]
[dependencies.openssl-sys] [dependencies.openssl-sys]
path = "../openssl-sys" path = "../openssl-sys"
version = "0.3.1" version = "0.3.2"
[dev-dependencies] [dev-dependencies]
rustc-serialize = "0.2" rustc-serialize = "0.2"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment