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 83747a7 commit 89b5768Copy full SHA for 89b5768
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "hyper-tls"
3
-version = "0.4.3" # don't forget html_root_url in lib.rs
+version = "0.5.0" # don't forget html_root_url in lib.rs
4
description = "Default TLS implementation for use with hyper"
5
authors = ["Sean McArthur <[email protected]>"]
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.3")]
+#![doc(html_root_url = "https://docs.rs/hyper-tls/0.5.0")]
24
#![cfg_attr(test, deny(warnings))]
25
#![deny(missing_docs)]
26
#![deny(missing_debug_implementations)]
0 commit comments