Commit 1b2fe38 1 parent 3fa5060 commit 1b2fe38 Copy full SHA for 1b2fe38
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " native-tls"
3
- version = " 0.1.0 "
3
+ version = " 0.1.1 "
4
4
authors = [
" Steven Fackler <[email protected] >" ]
5
5
license = " MIT/Apache-2.0"
6
6
description = " A wrapper over a platform's native TLS implementation"
7
7
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"
9
9
readme = " README.md"
10
10
11
11
[target .'cfg(target_os = "macos")' .dependencies ]
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Build Status] ( https://travis-ci.org/sfackler/rust-native-tls.svg?branch=master )] ( https://travis-ci.org/sfackler/rust-native-tls )
4
4
5
- [ Documentation] ( https://docs.rs/native-tls/0.1.0/native_tls )
5
+ [ Documentation] ( https://docs.rs/native-tls )
6
6
7
7
An abstraction over platform-specific TLS implementations.
8
8
Original file line number Diff line number Diff line change 102
102
//! }
103
103
//! }
104
104
//! ```
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 " ) ]
106
106
#![ warn( missing_docs) ]
107
107
108
108
#[ cfg( test) ]
You can’t perform that action at this time.
0 commit comments