Skip to content

Commit

Permalink
Release v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Jan 11, 2018
1 parent cc4c39e commit 22baf6a
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 = "native-tls"
version = "0.1.4"
version = "0.1.5"
authors = ["Steven Fackler <[email protected]>"]
license = "MIT/Apache-2.0"
description = "A wrapper over a platform's native TLS implementation"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
//! }
//! }
//! ```
#![doc(html_root_url="https://docs.rs/native-tls/0.1.4")]
#![doc(html_root_url="https://docs.rs/native-tls/0.1.5")]
#![warn(missing_docs)]

#[macro_use]
Expand Down

0 comments on commit 22baf6a

Please sign in to comment.