Extract logic for locating the config file to the cliutils library.

This commit is contained in:
2023-05-13 07:30:25 -05:00
parent b0e3f5a9d8
commit bcb1c7c17c
3 changed files with 13 additions and 20 deletions

View File

@ -1,6 +1,6 @@
# Package
version = "4.23.2"
version = "4.23.3"
author = "Jonathan Bernard"
description = "Personal issue tracker."
license = "MIT"
@ -20,7 +20,7 @@ requires @[
# Dependencies from git.jdb-software.com/nim-jdb/packages
requires @[
"cliutils >= 0.6.4",
"cliutils >= 0.8.1",
"langutils >= 0.4.0",
"timeutils >= 0.5.4",
"data_uri > 1.0.0",
@ -28,4 +28,4 @@ requires @[
]
task updateVersion, "Update the version of this package.":
exec "update_nim_package_version pit 'src/pitpkg/cliconstants.nim'"
exec "update_nim_package_version pit 'src/pitpkg/cliconstants.nim'"