aboutsummaryrefslogtreecommitdiff
path: root/openssl/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/Cargo.toml')
-rw-r--r--openssl/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml
index f0b7a39b..be14dcd6 100644
--- a/openssl/Cargo.toml
+++ b/openssl/Cargo.toml
@@ -1,12 +1,12 @@
[package]
name = "openssl"
-version = "0.3.1"
+version = "0.3.2"
authors = ["Steven Fackler <[email protected]>"]
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"