Use lib v1 for cli

This commit is contained in:
Félix Saparelli 2021-08-16 21:49:22 +12:00
parent b15615bbaa
commit 61fec2cf27
No known key found for this signature in database
GPG Key ID: B948C4BAE44FC474
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.1" }
watchexec = "1.17.1"
color-eyre = "0.5.11"
notify-rust = "4.5.2"