Release v0.3.2
This commit is contained in:
parent
6ef819f971
commit
5f6d98adc3
|
|
@ -1,6 +1,6 @@
|
||||||
[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"
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
[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"]
|
||||||
|
|
||||||
[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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue