diff options
| author | Steven Fackler <[email protected]> | 2015-11-16 21:11:40 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2015-11-16 21:11:40 -0800 |
| commit | 598d17803536b94fc216f03239dfc587713b2611 (patch) | |
| tree | 21e7a32e45992656ddefbf95c3179eb0f914b865 /openssl-sys/src | |
| parent | Mention why the windows deps are there (diff) | |
| parent | Merge branch 'release-v0.7.0' into release (diff) | |
| download | rust-openssl-598d17803536b94fc216f03239dfc587713b2611.tar.xz rust-openssl-598d17803536b94fc216f03239dfc587713b2611.zip | |
Merge branch 'release'
Diffstat (limited to 'openssl-sys/src')
| -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 674b303f..018f8bca 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.6.7")] +#![doc(html_root_url="https://sfackler.github.io/rust-openssl/doc/v0.7.0")] extern crate libc; |