diff options
| author | Steven Fackler <[email protected]> | 2016-11-05 20:05:50 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2016-11-05 20:05:50 -0700 |
| commit | 72ac2a01054392f4fde77d48b84865123a9a61f7 (patch) | |
| tree | 0f21848301b62d6078eafaee10e513df4163087b /openssl-sys/src/lib.rs | |
| parent | Fixes (diff) | |
| download | rust-openssl-72ac2a01054392f4fde77d48b84865123a9a61f7.tar.xz rust-openssl-72ac2a01054392f4fde77d48b84865123a9a61f7.zip | |
Release v0.9.0
Diffstat (limited to 'openssl-sys/src/lib.rs')
| -rw-r--r-- | openssl-sys/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl-sys/src/lib.rs b/openssl-sys/src/lib.rs index 5266b5bc..4ffd1f64 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, overflowing_literals)] -#![doc(html_root_url="https://sfackler.github.io/rust-openssl/doc/v0.7.17")] +#![doc(html_root_url="https://sfackler.github.io/rust-openssl/doc/v0.9.0")] extern crate libc; |