Skip to content

Commit 5c50797

Browse files
committed
v0.4.0-alpha.2
1 parent 74e2006 commit 5c50797

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.0-alpha.1" # don't forget html_root_url in lib.rs
3+
version = "0.4.0-alpha.2" # don't forget html_root_url in lib.rs
44
description = "Default TLS implementation for use with hyper"
55
authors = ["Sean McArthur <sean@seanmonstar.com>"]
66
license = "MIT/Apache-2.0"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
//! Ok(())
2222
//! }
2323
//! ```
24-
#![doc(html_root_url = "https://docs.rs/hyper-tls/0.4.0-alpha.1")]
24+
#![doc(html_root_url = "https://docs.rs/hyper-tls/0.4.0-alpha.2")]
2525
#![cfg_attr(test, deny(warnings))]
2626
#![deny(missing_docs)]
2727
#![deny(missing_debug_implementations)]

0 commit comments

Comments
 (0)