Bump version to v0.1.11 (#675)

This fixes the dependency on `tokio-async-await` to not be scoped to
unix platforms.

Fixes #673
This commit is contained in:
Carl Lerche
2018-09-28 11:32:52 -07:00
committed by GitHub
parent 1e45237a28
commit 2c85cd0991
3 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/tokio/0.1.10")]
#![doc(html_root_url = "https://docs.rs/tokio/0.1.11")]
#![deny(missing_docs, warnings, missing_debug_implementations)]
#![cfg_attr(feature = "async-await-preview", feature(
async_await,