Make stripAnsi GC-safe.

This commit is contained in:
2020-11-12 04:26:43 -06:00
parent 438ea5f7b3
commit 48641b8476
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
# Package
version = "0.6.4"
version = "0.6.5"
author = "Jonathan Bernard"
description = "Helper functions for writing command line interfaces."
license = "MIT"
@@ -8,4 +8,3 @@ license = "MIT"
# Dependencies
requires @["nim >= 0.19.0", "docopt >= 0.6.8"]