Skip to content

Commit 22baf6a

Browse files
committed
Release v0.1.5
1 parent cc4c39e commit 22baf6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "native-tls"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
authors = ["Steven Fackler <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "A wrapper over a platform's native TLS implementation"

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
//! }
103103
//! }
104104
//! ```
105-
#![doc(html_root_url="https://docs.rs/native-tls/0.1.4")]
105+
#![doc(html_root_url="https://docs.rs/native-tls/0.1.5")]
106106
#![warn(missing_docs)]
107107

108108
#[macro_use]

0 commit comments

Comments
 (0)