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 07eda13 commit 7a01fedCopy full SHA for 7a01fed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "hyper-tls"
3
-version = "0.4.0-alpha.4" # don't forget html_root_url in lib.rs
+version = "0.4.0" # 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
@@ -20,7 +20,7 @@
20
//! Ok(())
21
//! }
22
//! ```
23
-#![doc(html_root_url = "https://docs.rs/hyper-tls/0.4.0-alpha.4")]
+#![doc(html_root_url = "https://docs.rs/hyper-tls/0.4.0")]
24
#![cfg_attr(test, deny(warnings))]
25
#![deny(missing_docs)]
26
#![deny(missing_debug_implementations)]
0 commit comments