Skip to content

Commit 0265e16

Browse files
committed
v0.6.0
1 parent 373d193 commit 0265e16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyper-tls"
3-
version = "0.5.0" # don't forget html_root_url in lib.rs
3+
version = "0.6.0" # don't forget html_root_url in lib.rs
44
description = "Default TLS implementation for use with hyper"
55
authors = ["Sean McArthur <[email protected]>"]
66
license = "MIT/Apache-2.0"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
//! ## Crate Features
2727
//!
2828
//! - `alpn`: Enables `native-tls/alpn`, and if `h2` is negotiated, tells hyper.
29-
#![doc(html_root_url = "https://docs.rs/hyper-tls/0.5.0")]
29+
#![doc(html_root_url = "https://docs.rs/hyper-tls/0.6.0")]
3030
#![cfg_attr(test, deny(warnings))]
3131
#![deny(missing_docs)]
3232
#![deny(missing_debug_implementations)]

0 commit comments

Comments
 (0)