Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Jan 12, 2017
1 parent 54ea79c commit f3c3688
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "hyper-openssl"
version = "0.2.0"
version = "0.2.1"
authors = ["Steven Fackler <[email protected]>"]
description = "Hyper SSL support via OpenSSL"
license = "MIT/Apache-2.0"
repository = "https://github.com/sfackler/hyper-openssl"
documentation = "https://docs.rs/hyper-openssl/0.2.0/hyper_openssl"
documentation = "https://docs.rs/hyper-openssl/0.2.1/hyper_openssl"
readme = "README.md"
exclude = ["test/*"]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# hyper-openssl
[![Build Status](https://travis-ci.org/sfackler/hyper-openssl.svg?branch=master)](https://travis-ci.org/sfackler/hyper-openssl)

[Documentation](https://docs.rs/hyper-openssl/0.1.0/hyper_openssl)
[Documentation](https://docs.rs/hyper-openssl)

Hyper SSL support via modern versions of openssl.

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
//! }
//! ```
#![warn(missing_docs)]
#![doc(html_root_url="https://docs.rs/hyper-openssl/0.2.0")]
#![doc(html_root_url="https://docs.rs/hyper-openssl/0.2.1")]

extern crate antidote;
extern crate hyper;
Expand Down

0 comments on commit f3c3688

Please sign in to comment.