Skip to content

Commit

Permalink
Release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Nov 13, 2018
1 parent 69ae601 commit 150865e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hyper-openssl"
version = "0.6.2"
version = "0.7.0"
authors = ["Steven Fackler <[email protected]>"]
description = "Hyper TLS support via OpenSSL"
license = "MIT/Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Hyper SSL support via OpenSSL.
#![warn(missing_docs)]
#![doc(html_root_url = "https://docs.rs/hyper-openssl/0.6")]
#![doc(html_root_url = "https://docs.rs/hyper-openssl/0.7")]

extern crate antidote;
extern crate bytes;
Expand Down

0 comments on commit 150865e

Please sign in to comment.