From 92b93ee176bfc784051cfa0d6a965d3ab7cd7303 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 11 Jan 2017 18:56:15 -0800 Subject: [PATCH] signal: Bump to 0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1a137b7a0..2616df700 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-signal" -version = "0.1.0" +version = "0.1.1" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/alexcrichton/tokio-signal"