diff --git a/Cargo.lock b/Cargo.lock index 70d9681..f17b463 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -716,7 +716,7 @@ dependencies = [ [[package]] name = "watchexec" -version = "1.9.2" +version = "1.10.0" 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 062b383..cd44e34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watchexec" -version = "1.9.2" +version = "1.10.0" authors = ["Matt Green "] description = "Executes commands in response to file modifications" documentation = "https://github.com/watchexec/watchexec"