diff --git a/README.md b/README.md index 78bce6cda8e3ce83a277b7e18ff5457cb5584a5a..d919cff10a27357e410053db9d0b3f4c799c3c96 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://travis-ci.org/sfackler/rust-openssl.svg?branch=master)](https://travis-ci.org/sfackler/rust-openssl) -[Documentation](https://sfackler.github.io/rust-openssl/doc/v0.8.2/openssl). +[Documentation](https://sfackler.github.io/rust-openssl/doc/v0.8.3/openssl). ## Building diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml index 96402eb87980c42ef4467bbcdfbc72dc98cdb5f0..3fd46c4b957cc89f467cd6e5ee51da1347223785 100644 --- a/openssl/Cargo.toml +++ b/openssl/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "openssl" -version = "0.8.2" +version = "0.8.3" authors = ["Steven Fackler "] license = "Apache-2.0" description = "OpenSSL bindings" repository = "https://github.com/sfackler/rust-openssl" -documentation = "https://sfackler.github.io/rust-openssl/doc/v0.8.2/openssl" +documentation = "https://sfackler.github.io/rust-openssl/doc/v0.8.3/openssl" readme = "../README.md" keywords = ["crypto", "tls", "ssl", "dtls"] build = "build.rs" diff --git a/openssl/src/lib.rs b/openssl/src/lib.rs index 0c4bc51fe7c8c7afdeda8e476c77d64d05733adb..879681f4e411d3da3e90255b7063911d23fc35be 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.8.2")] +#![doc(html_root_url="https://sfackler.github.io/rust-openssl/doc/v0.8.3")] #[macro_use] extern crate bitflags;