From 579e53678ea4131dd69c23562a35a7e5a396283a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Sun, 11 Apr 2021 05:58:32 +1200 Subject: [PATCH] 1.15.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5f42e80..2dde2ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -523,7 +523,7 @@ dependencies = [ [[package]] name = "watchexec" -version = "1.14.1" +version = "1.15.0" dependencies = [ "clap", "derive_builder", diff --git a/Cargo.toml b/Cargo.toml index c39f0a2..0021121 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watchexec" -version = "1.14.1" +version = "1.15.0" authors = ["Matt Green ", "FĂ©lix Saparelli "] license = "Apache-2.0"