Skip to content
Snippets Groups Projects
Commit df194b0e authored by Steven Fackler's avatar Steven Fackler
Browse files

Merge branch 'release'

parents 63b3f4c2 37c47538
Branches
Tags
No related merge requests found
......@@ -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
......
[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"
......
#![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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment