From 0aceba21bd5217910a75b53f7ae26ac33604eb4a Mon Sep 17 00:00:00 2001 From: Ivan Petkov Date: Wed, 9 May 2018 19:38:07 -0700 Subject: [PATCH] process: Bump to 0.1.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cfc24965e..6ed88797e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-process" -version = "0.1.5" +version = "0.1.6" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/alexcrichton/tokio-process"