From ee31e996b40182dbea4860cd5867fb90cdbe317c Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Mon, 27 Nov 2023 12:24:53 -0500 Subject: [PATCH] v0.6.0 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ee93925..b61d6ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyper-tls" -version = "0.5.0" # don't forget html_root_url in lib.rs +version = "0.6.0" # don't forget html_root_url in lib.rs description = "Default TLS implementation for use with hyper" authors = ["Sean McArthur "] license = "MIT/Apache-2.0" diff --git a/src/lib.rs b/src/lib.rs index 5c6369e..1649291 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -26,7 +26,7 @@ //! ## Crate Features //! //! - `alpn`: Enables `native-tls/alpn`, and if `h2` is negotiated, tells hyper. -#![doc(html_root_url = "https://docs.rs/hyper-tls/0.5.0")] +#![doc(html_root_url = "https://docs.rs/hyper-tls/0.6.0")] #![cfg_attr(test, deny(warnings))] #![deny(missing_docs)] #![deny(missing_debug_implementations)]