Skip to content

Commit

Permalink
Release v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Feb 24, 2017
1 parent 31d7cea commit 9e825b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.2"
version = "0.2.3"
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.2/hyper_openssl"
documentation = "https://docs.rs/hyper-openssl/0.2.3/hyper_openssl"
readme = "README.md"
exclude = ["test/*"]

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.2")]
#![doc(html_root_url="https://docs.rs/hyper-openssl/0.2.3")]

extern crate antidote;
extern crate hyper;
Expand Down

0 comments on commit 9e825b6

Please sign in to comment.