Update Nim version of treediff to build against Nim 1.0.

This commit is contained in:
2020-01-05 05:28:19 -06:00
parent c59a700cf9
commit bd41e2d2f5
3 changed files with 16 additions and 20 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
# Package
version = "1.4.3"
version = "1.4.5"
author = "Jonathan Bernard (jdb@jdb-labs.com)"
description = "Utility to generate diffs of full directory trees."
license = "BSD"
@@ -7,4 +7,4 @@ bin = @["treediff"]
srcDir = "src/main/nim"
# Dependencies
requires: @["nim >= 0.13.0", "docopt >= 0.1.0", "console_progress >= 1.2.1"]
requires: @["nim >= 1.0.4", "docopt >= 0.6.8", "console_progress >= 1.2.1"]