Actually bump tokio to v0.1.5 (#273)

This commit is contained in:
Carl Lerche
2018-03-30 15:37:52 -07:00
committed by GitHub
parent 2ca214bd2c
commit 10cb9dd468
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -63,7 +63,7 @@
//! }
//! ```
#![doc(html_root_url = "https://docs.rs/tokio/0.1.4")]
#![doc(html_root_url = "https://docs.rs/tokio/0.1.5")]
#![deny(missing_docs, warnings, missing_debug_implementations)]
#[macro_use]