Commit ad4aaf4 1 parent 775d6c9 commit ad4aaf4 Copy full SHA for ad4aaf4
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " native-tls"
3
- version = " 0.1.2 "
3
+ version = " 0.1.3 "
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.2 /native_tls"
8
+ documentation = " https://docs.rs/native-tls/0.1.3 /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 102
102
//! }
103
103
//! }
104
104
//! ```
105
- #![ doc( html_root_url="https://docs.rs/native-tls/0.1.2 " ) ]
105
+ #![ doc( html_root_url="https://docs.rs/native-tls/0.1.3 " ) ]
106
106
#![ warn( missing_docs) ]
107
107
108
108
use std:: any:: Any ;
You can’t perform that action at this time.
0 commit comments