From 1c88b8f3362b94edd15d869dfa9bd3e55214d9ba Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 5 Oct 2017 10:45:52 -0700 Subject: [PATCH] Bump to 0.1.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 792fecc14..7ad75cdc1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-core" -version = "0.1.9" +version = "0.1.10" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/tokio-rs/tokio-core"