Update to support Nim 0.19 (removal of string nil specifically).

This commit is contained in:
Jonathan Bernard
2018-12-09 03:21:07 -06:00
parent e0eb8fd4c2
commit 7b274bfb98
2 changed files with 16 additions and 16 deletions

View File

@@ -1,11 +1,11 @@
# Package
version = "0.5.0"
version = "0.6.0"
author = "Jonathan Bernard"
description = "Helper functions for writing command line interfaces."
license = "MIT"
# Dependencies
requires @["nim >= 0.18.0", "docopt"]
requires @["nim >= 0.19.0", "docopt >= 0.6.8"]