Bump version to v0.1.1 (#236)

This commit is contained in:
Carl Lerche
2018-03-08 10:06:40 -08:00
committed by GitHub
parent 02841ebd77
commit 70cf009305
3 changed files with 17 additions and 2 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.0")]
#![doc(html_root_url = "https://docs.rs/h2/0.1.1")]
#![deny(warnings, missing_debug_implementations, missing_docs)]
#[macro_use]