Skip to content

Commit

Permalink
Release v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Apr 10, 2017
1 parent b793ab9 commit 70c3f2b
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.4"
version = "0.2.5"
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.4/hyper_openssl"
documentation = "https://docs.rs/hyper-openssl/0.2.5/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.4")]
#![doc(html_root_url="https://docs.rs/hyper-openssl/0.2.5")]

extern crate antidote;
extern crate hyper;
Expand Down

0 comments on commit 70c3f2b

Please sign in to comment.