Changes to support Nim 0.18 (with new times implementation).

This commit is contained in:
Jonathan Bernard
2018-04-02 14:24:40 -05:00
parent b4804cdb52
commit 8987a4e268
4 changed files with 17 additions and 13 deletions

View File

@ -1,11 +1,11 @@
# Package
version = "0.2.1"
version = "0.2.2"
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"
# Dependencies
requires "nim >= 0.15.0"
requires "nim >= 0.18.1"