diff options
| author | Steven Fackler <[email protected]> | 2016-08-11 21:00:43 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2016-08-11 21:00:43 -0700 |
| commit | 2e8f19ca2fc889e9f143ecda997e17e7955683ab (patch) | |
| tree | 22dc99a726321cd8228004c34c40ca4a0648c594 /openssl/src | |
| parent | Require bitflags 7 (diff) | |
| download | rust-openssl-2e8f19ca2fc889e9f143ecda997e17e7955683ab.tar.xz rust-openssl-2e8f19ca2fc889e9f143ecda997e17e7955683ab.zip | |
Release openssl-sys v0.7.15, openssl v0.8.0
Diffstat (limited to 'openssl/src')
| -rw-r--r-- | openssl/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/src/lib.rs b/openssl/src/lib.rs index fdf9548c..d7e69b0c 100644 --- a/openssl/src/lib.rs +++ b/openssl/src/lib.rs @@ -1,4 +1,4 @@ -#![doc(html_root_url="https://sfackler.github.io/rust-openssl/doc/v0.7.14")] +#![doc(html_root_url="https://sfackler.github.io/rust-openssl/doc/v0.8.0")] #[macro_use] extern crate bitflags; |