Release v0.8.3

This commit is contained in:
Steven Fackler 2016-09-09 09:19:24 -07:00
parent 63b3f4c2ac
commit 8d95383f32
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -1,11 +1,11 @@
[package]
name = "openssl"
version = "0.8.2"
version = "0.8.3"
authors = ["Steven Fackler <sfackler@gmail.com>"]
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"

View File

@ -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;