Bump version to v0.1.10 (#287)

This commit is contained in:
Carl Lerche
2018-06-18 12:01:35 -07:00
committed by GitHub
parent df69c0455a
commit e78e7f152d
3 changed files with 7 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.9")]
#![doc(html_root_url = "https://docs.rs/h2/0.1.10")]
#![deny(warnings, missing_debug_implementations, missing_docs)]
#[macro_use]