diff options
| author | Steven Fackler <[email protected]> | 2016-05-16 23:04:03 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2016-05-16 23:04:03 -0700 |
| commit | 95051b060d5701d5c2282d92a7d9d955852e1e30 (patch) | |
| tree | 79dac1073e45efcc708d7c52bff68aa249e8c681 /openssl-sys/Cargo.toml | |
| parent | Rustfmt (diff) | |
| download | rust-openssl-95051b060d5701d5c2282d92a7d9d955852e1e30.tar.xz rust-openssl-95051b060d5701d5c2282d92a7d9d955852e1e30.zip | |
Release v0.7.12
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 9ad5c456..890e9554 100644 --- a/openssl-sys/Cargo.toml +++ b/openssl-sys/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "openssl-sys" -version = "0.7.11" +version = "0.7.12" 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://sfackler.github.io/rust-openssl/doc/v0.7.11/openssl_sys" +documentation = "https://sfackler.github.io/rust-openssl/doc/v0.7.12/openssl_sys" links = "openssl" build = "build.rs" |