From 98e99c71c4903293875059510dea7e8896ff85e5 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 8 May 2017 16:19:27 -0700 Subject: [PATCH] Bump to 0.1.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 90a5ad963..1edf690e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-core" -version = "0.1.6" +version = "0.1.7" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/tokio-rs/tokio-core"