Update .nimble for Nimble 0.22+
This commit is contained in:
+5
-2
@@ -1,6 +1,6 @@
|
|||||||
# Package
|
# Package
|
||||||
|
|
||||||
version = "0.12.1"
|
version = "0.12.2"
|
||||||
author = "Jonathan Bernard"
|
author = "Jonathan Bernard"
|
||||||
description = "Helper functions for writing command line interfaces."
|
description = "Helper functions for writing command line interfaces."
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
@@ -8,4 +8,7 @@ license = "MIT"
|
|||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
|
|
||||||
requires @["nim >= 1.6.0", "docopt >= 0.6.8", "regex", "identcasing"]
|
requires "nim >= 1.6.0"
|
||||||
|
requires "docopt >= 0.6.8"
|
||||||
|
requires "regex"
|
||||||
|
requires "identcasing"
|
||||||
|
|||||||
Reference in New Issue
Block a user