Skip to content

Commit 5ed6bd1

Browse files
committed
Release v0.2.12
1 parent 0af3169 commit 5ed6bd1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "native-tls"
3-
version = "0.2.11"
3+
version = "0.2.12"
44
authors = ["Steven Fackler <sfackler@gmail.com>"]
55
license = "MIT OR Apache-2.0"
66
description = "A wrapper over a platform's native TLS implementation"

src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@
9494
//! }
9595
//! }
9696
//! ```
97-
#![doc(html_root_url = "https://docs.rs/native-tls/0.2")]
9897
#![warn(missing_docs)]
9998
#![cfg_attr(docsrs, feature(doc_cfg))]
10099

0 commit comments

Comments
 (0)