diff options
| author | Steven Fackler <[email protected]> | 2016-05-16 23:05:00 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2016-05-16 23:05:00 -0700 |
| commit | f26c8b723f78730a32573a143b294eaf8dc3b53a (patch) | |
| tree | 79dac1073e45efcc708d7c52bff68aa249e8c681 /openssl-sys | |
| parent | Rustfmt (diff) | |
| parent | Merge branch 'release-v0.7.12' into release (diff) | |
| download | rust-openssl-f26c8b723f78730a32573a143b294eaf8dc3b53a.tar.xz rust-openssl-f26c8b723f78730a32573a143b294eaf8dc3b53a.zip | |
Merge branch 'release'
Diffstat (limited to 'openssl-sys')
| -rw-r--r-- | openssl-sys/Cargo.toml | 4 | ||||
| -rw-r--r-- | openssl-sys/src/lib.rs | 2 |
2 files changed, 3 insertions, 3 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" diff --git a/openssl-sys/src/lib.rs b/openssl-sys/src/lib.rs index b6f55832..0a422b7e 100644 --- a/openssl-sys/src/lib.rs +++ b/openssl-sys/src/lib.rs @@ -1,6 +1,6 @@ #![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)] #![allow(dead_code)] -#![doc(html_root_url="https://sfackler.github.io/rust-openssl/doc/v0.7.11")] +#![doc(html_root_url="https://sfackler.github.io/rust-openssl/doc/v0.7.12")] extern crate libc; |