Skip to content

Commit 89b5768

Browse files
committed
v0.5.0
1 parent 83747a7 commit 89b5768

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.4.3" # don't forget html_root_url in lib.rs
3+
version = "0.5.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
@@ -20,7 +20,7 @@
2020
//! Ok(())
2121
//! }
2222
//! ```
23-
#![doc(html_root_url = "https://docs.rs/hyper-tls/0.4.3")]
23+
#![doc(html_root_url = "https://docs.rs/hyper-tls/0.5.0")]
2424
#![cfg_attr(test, deny(warnings))]
2525
#![deny(missing_docs)]
2626
#![deny(missing_debug_implementations)]

0 commit comments

Comments
 (0)