From 1738f2616130dcf0dfe6f4e92aaa96ebb810a4a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Tue, 30 Jul 2019 11:47:37 +1200 Subject: [PATCH] 1.10.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1d75751..e075cb0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -402,7 +402,7 @@ dependencies = [ [[package]] name = "watchexec" -version = "1.10.2" +version = "1.10.3" dependencies = [ "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index e0e9afd..42c5b7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watchexec" -version = "1.10.2" +version = "1.10.3" authors = ["Matt Green "] description = "Executes commands in response to file modifications" documentation = "https://github.com/watchexec/watchexec"