Bump version to v0.1.4

This commit is contained in:
Sean McArthur
2018-04-05 13:13:26 -07:00
committed by GitHub
parent 65f69a3062
commit 60749db680
3 changed files with 9 additions and 3 deletions

View File

@@ -84,7 +84,7 @@
//! [`Server::handshake`]: server/struct.Server.html#method.handshake
//! [`Client::handshake`]: client/struct.Client.html#method.handshake
#![doc(html_root_url = "https://docs.rs/h2/0.1.3")]
#![doc(html_root_url = "https://docs.rs/h2/0.1.4")]
#![deny(warnings, missing_debug_implementations, missing_docs)]
#[macro_use]