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
@@ -5,7 +5,7 @@ name = "tokio"
# - Update html_root_url.
# - Update CHANGELOG.md.
# - Create "v0.1.x" git tag.
version = "0.1.4"
version = "0.1.5"
authors = ["Carl Lerche <[email protected]>"]
license = "MIT"
readme = "README.md"
+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]