We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fcd852 commit f3f702cCopy full SHA for f3f702c
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "hyper-native-tls"
3
-version = "0.2.2"
+version = "0.2.3"
4
authors = ["Steven Fackler <sfackler@gmail.com>"]
5
exclude = ["test/*"]
6
license = "MIT/Apache-2.0"
src/lib.rs
@@ -40,7 +40,7 @@
40
//! }
41
//! ```
42
#![warn(missing_docs)]
43
-#![doc(html_root_url="https://docs.rs/hyper-native-tls/0.2.2")]
+#![doc(html_root_url="https://docs.rs/hyper-native-tls/0.2.3")]
44
extern crate antidote;
45
extern crate hyper;
46
pub extern crate native_tls;
0 commit comments