Skip to content

Commit 051101b

Browse files
committed
Release v0.2.0
1 parent fa726e7 commit 051101b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
[package]
22
name = "native-tls"
3-
version = "0.1.5"
3+
version = "0.2.0"
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.4/native_tls"
98
readme = "README.md"
109

1110
[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
//! }
8888
//! }
8989
//! ```
90-
#![doc(html_root_url = "https://docs.rs/native-tls/0.1.5")]
90+
#![doc(html_root_url = "https://docs.rs/native-tls/0.2")]
9191
#![warn(missing_docs)]
9292

9393
#[macro_use]

0 commit comments

Comments
 (0)