This commit is contained in:
Félix Saparelli 2019-10-28 22:32:55 +13:00
parent e33fd8f5b5
commit 211bb681f5
No known key found for this signature in database
GPG Key ID: 25940898BB90EA51
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -435,7 +435,7 @@ dependencies = [
[[package]]
name = "watchexec"
version = "1.11.0"
version = "1.11.1"
dependencies = [
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
"derive_builder 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",

View File

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