Update to support Nim 0.19 (removal of string nil specifically).
This commit is contained in:
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user