Use published lib in cli for cli publish

This commit is contained in:
Félix Saparelli 2021-05-09 03:54:06 +12:00
parent 9a002be54c
commit be16d2e6a8
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" }
watchexec = { path = "../lib", version = "1.16.0" }
[dependencies.clap]
version = "2.33.3"