From 75fe37bc8cbb54672ca59dfc5f6d3f32699f892c Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 23 Jan 2017 20:14:28 -0800 Subject: [PATCH] Bump to 0.1.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a86df167b..42b43b124 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-core" -version = "0.1.3" +version = "0.1.4" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/tokio-rs/tokio-core"