Bump version to v0.1.8 (#278)

This commit is contained in:
Carl Lerche
2018-05-23 11:34:23 -07:00
committed by GitHub
parent 6e63d7bae2
commit 82addd6369
3 changed files with 6 additions and 2 deletions

View File

@@ -84,7 +84,7 @@
//! [`server::handshake`]: server/fn.handshake.html
//! [`client::handshake`]: client/fn.handshake.html
#![doc(html_root_url = "https://docs.rs/h2/0.1.7")]
#![doc(html_root_url = "https://docs.rs/h2/0.1.8")]
#![deny(warnings, missing_debug_implementations, missing_docs)]
#[macro_use]