We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0af3169 commit 5ed6bd1Copy full SHA for 5ed6bd1
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "native-tls"
3
-version = "0.2.11"
+version = "0.2.12"
4
authors = ["Steven Fackler <sfackler@gmail.com>"]
5
license = "MIT OR Apache-2.0"
6
description = "A wrapper over a platform's native TLS implementation"
src/lib.rs
@@ -94,7 +94,6 @@
94
//! }
95
96
//! ```
97
-#![doc(html_root_url = "https://docs.rs/native-tls/0.2")]
98
#![warn(missing_docs)]
99
#![cfg_attr(docsrs, feature(doc_cfg))]
100
0 commit comments