Skip to content

Commit c86ee35

Browse files
committed
Release v0.1.2
1 parent 16bfc88 commit c86ee35

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "native-tls"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Steven Fackler <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "A wrapper over a platform's native TLS implementation"
77
repository = "https://github.com/sfackler/rust-native-tls"
8-
documentation = "https://docs.rs/native-tls/0.1.1/native_tls"
8+
documentation = "https://docs.rs/native-tls/0.1.2/native_tls"
99
readme = "README.md"
1010

1111
[target.'cfg(target_os = "macos")'.dependencies]

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.1")]
105+
#![doc(html_root_url="https://docs.rs/native-tls/0.1.2")]
106106
#![warn(missing_docs)]
107107

108108
use std::any::Any;

0 commit comments

Comments
 (0)