mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-13 07:41:11 +01:00
Use 1.16.1 lib in cli
This commit is contained in:
parent
8368846444
commit
6457df5a0a
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ path = "src/main.rs"
|
|||
|
||||
[dependencies]
|
||||
log = "0.4.14"
|
||||
watchexec = { path = "../lib", version = "1.16.0" }
|
||||
watchexec = { path = "../lib", version = "1.16.1" }
|
||||
|
||||
[dependencies.clap]
|
||||
version = "2.33.3"
|
||||
|
|
Loading…
Reference in a new issue