Bump version to v0.1.15 (#339)

This commit is contained in:
Carl Lerche
2019-01-13 09:53:19 -08:00
committed by GitHub
parent d6e1fbeed8
commit 78c39d8e65
4 changed files with 9 additions and 5 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.14")]
#![doc(html_root_url = "https://docs.rs/h2/0.1.15")]
#![deny(missing_debug_implementations, missing_docs)]
#![cfg_attr(test, deny(warnings))]