Use lib 1.17.1

This commit is contained in:
Félix Saparelli 2021-07-22 01:36:56 +12:00
parent bd96803d1e
commit 288eba37e0
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.17.0" }
watchexec = { path = "../lib", version = "1.17.1" }
color-eyre = "0.5.11"
[dependencies.clap]