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 74e2006 commit 5c50797Copy full SHA for 5c50797
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "hyper-tls"
3
-version = "0.4.0-alpha.1" # don't forget html_root_url in lib.rs
+version = "0.4.0-alpha.2" # don't forget html_root_url in lib.rs
4
description = "Default TLS implementation for use with hyper"
5
authors = ["Sean McArthur <sean@seanmonstar.com>"]
6
license = "MIT/Apache-2.0"
src/lib.rs
@@ -21,7 +21,7 @@
21
//! Ok(())
22
//! }
23
//! ```
24
-#![doc(html_root_url = "https://docs.rs/hyper-tls/0.4.0-alpha.1")]
+#![doc(html_root_url = "https://docs.rs/hyper-tls/0.4.0-alpha.2")]
25
#![cfg_attr(test, deny(warnings))]
26
#![deny(missing_docs)]
27
#![deny(missing_debug_implementations)]
0 commit comments