This commit is contained in:
Félix Saparelli 2019-05-29 18:38:35 +12:00
parent 98b57ac64e
commit 0a2bc01c2f
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -402,7 +402,7 @@ dependencies = [
[[package]]
name = "watchexec"
version = "1.10.1"
version = "1.10.2"
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)",

View File

@ -1,6 +1,6 @@
[package]
name = "watchexec"
version = "1.10.1"
version = "1.10.2"
authors = ["Matt Green <mattgreenrocks@gmail.com>"]
description = "Executes commands in response to file modifications"
documentation = "https://github.com/watchexec/watchexec"