Update for Nim 0.19.0, add trimNanoSec

This commit is contained in:
Jonathan Bernard
2018-12-09 06:03:23 -06:00
parent f831fd6238
commit dfee8aae33
3 changed files with 34 additions and 57 deletions

View File

@ -1,11 +1,11 @@
# Package
version = "0.3.0"
version = "0.4.0"
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.18.0"
requires "nim >= 0.19.0"