Skip to content

Commit 1b2fe38

Browse files
committed
Release v0.1.1
1 parent 3fa5060 commit 1b2fe38

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.0"
3+
version = "0.1.1"
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.0/native_tls"
8+
documentation = "https://docs.rs/native-tls/0.1.1/native_tls"
99
readme = "README.md"
1010

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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/sfackler/rust-native-tls.svg?branch=master)](https://travis-ci.org/sfackler/rust-native-tls)
44

5-
[Documentation](https://docs.rs/native-tls/0.1.0/native_tls)
5+
[Documentation](https://docs.rs/native-tls)
66

77
An abstraction over platform-specific TLS implementations.
88

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

108108
#[cfg(test)]

0 commit comments

Comments
 (0)