Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Jun 16, 2017
1 parent 08fa4c0 commit d64ce72
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.7"
version = "0.3.0"
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.7/hyper_openssl"
documentation = "https://docs.rs/hyper-openssl/0.3.0/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 @@ -25,7 +25,7 @@
//! }
//! ```
#![warn(missing_docs)]
#![doc(html_root_url="https://docs.rs/hyper-openssl/0.2.7")]
#![doc(html_root_url="https://docs.rs/hyper-openssl/0.3.0")]

extern crate antidote;
extern crate futures;
Expand Down

0 comments on commit d64ce72

Please sign in to comment.