Update Nim version of treediff to build against Nim 1.0.
This commit is contained in:
+2
-2
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user