Update for console_progress version, extract CLI constants.
This commit is contained in:
+9
-2
@@ -1,5 +1,5 @@
|
||||
# Package
|
||||
version = "1.4.5"
|
||||
version = "1.4.6"
|
||||
author = "Jonathan Bernard (jdb@jdb-labs.com)"
|
||||
description = "Utility to generate diffs of full directory trees."
|
||||
license = "BSD"
|
||||
@@ -7,4 +7,11 @@ bin = @["treediff"]
|
||||
srcDir = "src/main/nim"
|
||||
|
||||
# Dependencies
|
||||
requires: @["nim >= 1.0.4", "docopt >= 0.6.8", "console_progress >= 1.2.1"]
|
||||
requires: @["nim >= 1.0.4", "docopt >= 0.6.8"]
|
||||
|
||||
# Dependencies from git.jdb-software.com/jdb/nim-packages
|
||||
requires: @["console_progress >= 1.2.2"]
|
||||
requires "https://git.jdb-software.com/jdb/update-nim-package-version.git"
|
||||
|
||||
task updateVersion, "Update the version of this package.":
|
||||
exec "update_nim_package_version treediff 'src/main/nim/cliconstants.nim'"
|
||||
Reference in New Issue
Block a user