diff options
| author | Steven Fackler <[email protected]> | 2016-05-20 15:57:57 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2016-05-20 15:57:57 -0700 |
| commit | f6b612df5f32088b16d1252822f4cd7d4596c71c (patch) | |
| tree | f612309d5fdb8ffb7409510dc26360ba94b43cb7 /openssl-sys | |
| parent | Merge pull request #398 from nox/gdi32 (diff) | |
| download | rust-openssl-f6b612df5f32088b16d1252822f4cd7d4596c71c.tar.xz rust-openssl-f6b612df5f32088b16d1252822f4cd7d4596c71c.zip | |
Release v0.7.13
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 c3df7f59..89b18911 100644 --- a/openssl-sys/Cargo.toml +++ b/openssl-sys/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "openssl-sys" -version = "0.7.12" +version = "0.7.13" 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.12/openssl_sys" +documentation = "https://sfackler.github.io/rust-openssl/doc/v0.7.13/openssl_sys" links = "openssl" build = "build.rs" diff --git a/openssl-sys/src/lib.rs b/openssl-sys/src/lib.rs index 0a422b7e..e6a7c488 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.12")] +#![doc(html_root_url="https://sfackler.github.io/rust-openssl/doc/v0.7.13")] extern crate libc; |