Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Nov 27, 2023
1 parent 373d193 commit 0265e16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <sean@seanmonstar.com>"]
license = "MIT/Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit 0265e16

Please sign in to comment.