Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Jan 12, 2017
1 parent 3fa5060 commit 1b2fe38
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "native-tls"
version = "0.1.0"
version = "0.1.1"
authors = ["Steven Fackler <[email protected]>"]
license = "MIT/Apache-2.0"
description = "A wrapper over a platform's native TLS implementation"
repository = "https://github.com/sfackler/rust-native-tls"
documentation = "https://docs.rs/native-tls/0.1.0/native_tls"
documentation = "https://docs.rs/native-tls/0.1.1/native_tls"
readme = "README.md"

[target.'cfg(target_os = "macos")'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

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

An abstraction over platform-specific TLS implementations.

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

#[cfg(test)]
Expand Down

0 comments on commit 1b2fe38

Please sign in to comment.