From b9f7808f6e56aef94e7f19fb0c16871c4aeb6232 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 19 Dec 2016 00:35:57 -0800 Subject: [PATCH] Bump to 0.1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 31b5001fd..fcf7a1975 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-core" -version = "0.1.1" +version = "0.1.2" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/tokio-rs/tokio-core"