From 76c3e162b702c5a654fd22f1597266fcd81d188b Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 6 Jan 2017 11:39:38 -0800 Subject: [PATCH] Bump to 0.1.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fcf7a1975..1722dbca2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-core" -version = "0.1.2" +version = "0.1.3" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/tokio-rs/tokio-core"