WIP: Waiting for fix to be merged in Nim core so I can deprecate fixedParse.

This commit is contained in:
Jonathan Bernard
2016-10-21 17:35:16 -05:00
parent 79d2cb392d
commit b4804cdb52
3 changed files with 16 additions and 36 deletions

View File

@ -1,6 +1,6 @@
# Package
version = "0.2.0"
version = "0.2.1"
author = "Jonathan Bernard"
description = "Utility methods to fill in the lacking time support in Nim\'s stdlib. This is holding me over until I can write a proper time module for the stdlib and submit it."
license = "BSD3"