v0.4.0-alpha.1

This commit is contained in:
Sean McArthur
2019-09-04 15:19:59 -07:00
parent d5d335526e
commit edfab391cf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "hyper-tls"
version = "0.3.2" # don't forget html_root_url in lib.rs
version = "0.4.0-alpha.1" # 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"
+1 -1
View File
@@ -21,7 +21,7 @@
//! Ok(())
//! }
//! ```
#![doc(html_root_url = "https://docs.rs/hyper-tls/0.3.2")]
#![doc(html_root_url = "https://docs.rs/hyper-tls/0.4.0-alpha.1")]
#![cfg_attr(test, deny(warnings))]
#![deny(missing_docs)]
#![deny(missing_debug_implementations)]