Update to reflect stdlib changes in Nim 1.4.

This commit is contained in:
2020-11-12 04:29:44 -06:00
parent a58c7923cb
commit 15a893d99f
4 changed files with 17 additions and 17 deletions

View File

@ -1,6 +1,6 @@
# Package
version = "1.0.6"
version = "1.0.7"
author = "Jonathan Bernard"
description = "Personal Time Keeper"
license = "MIT"
@ -15,9 +15,9 @@ requires @[
"tempfile",
"isaac >= 0.1.3",
"bcrypt",
"jester 0.4.1",
"jester 0.5.0",
"https://git.jdb-labs.com/jdb/nim-lang-utils.git",
"https://git.jdb-labs.com/jdb/nim-cli-utils.git",
"https://git.jdb-labs.com/jdb/nim-cli-utils.git >= 0.6.5",
"https://git.jdb-labs.com/jdb/nim-time-utils.git >= 0.5.2",
"https://git.jdb-labs.com/jdb/update-nim-package-version"
]