mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-13 07:41:11 +01:00
cli: v1.16.1
This commit is contained in:
parent
695c2e0f1a
commit
960bbbabbc
5 changed files with 5 additions and 5 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -972,7 +972,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "watchexec-cli"
|
||||
version = "1.16.0"
|
||||
version = "1.16.1"
|
||||
dependencies = [
|
||||
"assert_cmd",
|
||||
"clap",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "watchexec-cli"
|
||||
version = "1.16.0"
|
||||
version = "1.16.1"
|
||||
|
||||
authors = ["Matt Green <mattgreenrocks@gmail.com>", "Félix Saparelli <felix@passcod.name>"]
|
||||
license = "Apache-2.0"
|
||||
|
|
|
@ -3,7 +3,7 @@ source: cli/tests/help.rs
|
|||
expression: String::from_utf8(output.stdout).unwrap()
|
||||
|
||||
---
|
||||
watchexec 1.16.0
|
||||
watchexec 1.16.1
|
||||
Execute commands when watched files change
|
||||
|
||||
USAGE:
|
||||
|
|
|
@ -3,7 +3,7 @@ source: cli/tests/help.rs
|
|||
expression: String::from_utf8(output.stdout).unwrap()
|
||||
|
||||
---
|
||||
watchexec 1.16.0
|
||||
watchexec 1.16.1
|
||||
Execute commands when watched files change
|
||||
|
||||
USAGE:
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<assemblyIdentity
|
||||
type="win32"
|
||||
name="Watchexec.Cli.watchexec"
|
||||
version="1.16.0.0"
|
||||
version="1.16.1.0"
|
||||
/>
|
||||
|
||||
<trustInfo>
|
||||
|
|
Loading…
Reference in a new issue