diff options
| author | Steven Fackler <[email protected]> | 2017-03-14 12:55:36 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2017-03-14 12:55:36 -0700 |
| commit | bf63f35dfba5f2871c01608c38a6005d5031ec85 (patch) | |
| tree | fa94ee794cd1c0b30a709082fdd8646712b03cd9 /openssl-sys/Cargo.toml | |
| parent | Merge pull request #598 from ajroetker/maint/recreate_ability_to_pass_in_OPEN... (diff) | |
| download | rust-openssl-0.9.9.tar.xz rust-openssl-0.9.9.zip | |
Release v0.9.9v0.9.9
Diffstat (limited to 'openssl-sys/Cargo.toml')
| -rw-r--r-- | openssl-sys/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml index 75c9f46b..a7d0b18c 100644 --- a/openssl-sys/Cargo.toml +++ b/openssl-sys/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "openssl-sys" -version = "0.9.8" +version = "0.9.9" authors = ["Alex Crichton <[email protected]>", "Steven Fackler <[email protected]>"] license = "MIT" description = "FFI bindings to OpenSSL" repository = "https://github.com/sfackler/rust-openssl" -documentation = "https://docs.rs/openssl-sys/0.9.8/openssl_sys" +documentation = "https://docs.rs/openssl-sys/0.9.9/openssl_sys" categories = ["cryptography", "external-ffi-bindings"] links = "openssl" build = "build.rs" |