This commit is contained in:
Sean McArthur
2018-08-08 15:48:48 -07:00
parent e6c841c8ba
commit 3b57049792
3 changed files with 8 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.11")]
#![doc(html_root_url = "https://docs.rs/h2/0.1.12")]
#![deny(warnings, missing_debug_implementations, missing_docs)]
#[macro_use]