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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

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 <me@carllerche.com>"]
license = "MIT"
readme = "README.md"

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]