From f4774d6f8cf0674708a981d86c7804b1d462f437 Mon Sep 17 00:00:00 2001 From: Matt Green Date: Thu, 27 Apr 2017 15:40:00 -0400 Subject: [PATCH] 1.8.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ebc52bc..dc0c155 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "watchexec" -version = "1.8.2" +version = "1.8.3" dependencies = [ "clap 2.22.2 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 0329ded..e7b8361 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watchexec" -version = "1.8.2" +version = "1.8.3" authors = ["Matt Green "] description = "Executes commands in response to file modifications" documentation = "https://github.com/mattgreen/watchexec"