diff options
| author | Steven Fackler <[email protected]> | 2015-11-16 20:39:20 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2015-11-16 21:10:50 -0800 |
| commit | 82547f53d7946bb1d85ca0793d92873328a7632c (patch) | |
| tree | 21e7a32e45992656ddefbf95c3179eb0f914b865 /openssl-sys-extras/src | |
| parent | Mention why the windows deps are there (diff) | |
| download | rust-openssl-82547f53d7946bb1d85ca0793d92873328a7632c.tar.xz rust-openssl-82547f53d7946bb1d85ca0793d92873328a7632c.zip | |
Release v0.7.0
Diffstat (limited to 'openssl-sys-extras/src')
| -rw-r--r-- | openssl-sys-extras/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openssl-sys-extras/src/lib.rs b/openssl-sys-extras/src/lib.rs index bd3598eb..a768f436 100644 --- a/openssl-sys-extras/src/lib.rs +++ b/openssl-sys-extras/src/lib.rs @@ -1,4 +1,5 @@ #![allow(non_upper_case_globals, non_snake_case)] +#![doc(html_root_url="https://sfackler.github.io/rust-openssl/doc/v0.7.0")] extern crate openssl_sys; extern crate libc; |