diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml index e0f50ccc00ef95e073a049f70b206792a13e0fe3..f1fa10afe3ea22915b4d96612c0ae2cfad37774b 100644 --- a/openssl-sys/Cargo.toml +++ b/openssl-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openssl-sys" -version = "0.3.1" +version = "0.3.2" authors = ["Alex Crichton ", "Steven Fackler "] license = "MIT" diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml index f0b7a39baef1c24fb3ca65a5fcd15c4fdbdda901..be14dcd64d5d0a7b3fac70d83166eb8d5e1a5b02 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 "] 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"