Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Oct 2, 2018
1 parent 8eda08d commit 3d1f412
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hyper-tls"
version = "0.3.0" # don't forget html_root_url in lib.rs
version = "0.3.1" # don't forget html_root_url in lib.rs
description = "Default TLS implementation for use with hyper"
authors = ["Sean McArthur <sean@seanmonstar.com>"]
license = "MIT/Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -32,7 +32,7 @@
//! }));
//! }
//! ```
#![doc(html_root_url = "https://docs.rs/hyper-tls/0.3.0")]
#![doc(html_root_url = "https://docs.rs/hyper-tls/0.3.1")]
#![cfg_attr(test, deny(warnings))]
#![deny(missing_docs)]
#![deny(missing_debug_implementations)]
Expand Down

0 comments on commit 3d1f412

Please sign in to comment.