From c45bbaa04ee2a9524976374c204b9568f991dceb Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Mon, 11 Dec 2017 13:58:30 -0600 Subject: [PATCH] Bump to v0.1.11 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8ef25d424..9a487558a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-core" -version = "0.1.10" +version = "0.1.11" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/tokio-rs/tokio-core"