diff options
Diffstat (limited to 'openssl/Cargo.toml')
| -rw-r--r-- | openssl/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml index b7fad9a9..3ced22fe 100644 --- a/openssl/Cargo.toml +++ b/openssl/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "openssl" -version = "0.9.7" +version = "0.9.8" authors = ["Steven Fackler <[email protected]>"] license = "Apache-2.0" description = "OpenSSL bindings" repository = "https://github.com/sfackler/rust-openssl" -documentation = "https://docs.rs/openssl/0.9.7/openssl" +documentation = "https://docs.rs/openssl/0.9.8/openssl" readme = "../README.md" keywords = ["crypto", "tls", "ssl", "dtls"] categories = ["cryptography", "api-bindings"] @@ -28,4 +28,4 @@ openssl-sys = { version = "0.9.7", path = "../openssl-sys" } tempdir = "0.3" winapi = "0.2" ws2_32-sys = "0.2" -hex = "0.2"
\ No newline at end of file +hex = "0.2" |