We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc4c39e commit 22baf6aCopy full SHA for 22baf6a
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "native-tls"
3
-version = "0.1.4"
+version = "0.1.5"
4
authors = ["Steven Fackler <[email protected]>"]
5
license = "MIT/Apache-2.0"
6
description = "A wrapper over a platform's native TLS implementation"
src/lib.rs
@@ -102,7 +102,7 @@
102
//! }
103
104
//! ```
105
-#![doc(html_root_url="https://docs.rs/native-tls/0.1.4")]
+#![doc(html_root_url="https://docs.rs/native-tls/0.1.5")]
106
#![warn(missing_docs)]
107
108
#[macro_use]
0 commit comments