Use lib 1.17.0

This commit is contained in:
Félix Saparelli 2021-07-22 01:18:00 +12:00
parent bf922e36ac
commit 7bd99f30df
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ path = "src/main.rs"
[dependencies]
log = "0.4.14"
watchexec = { path = "../lib", version = "1.16.1" }
watchexec = { path = "../lib", version = "1.17.0" }
color-eyre = "0.5.11"
[dependencies.clap]