From 4afef9391a43d5ae85af880a5c774df2acd5c3c1 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 24 Jan 2017 11:02:36 -0800 Subject: [PATCH] signal: Bump to 0.1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3015dfdc5..ac3e9ae2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-signal" -version = "0.1.1" +version = "0.1.2" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/alexcrichton/tokio-signal"