bump supported nim version

This commit is contained in:
Jacek Sieka 2020-07-12 18:20:21 +02:00
parent 0ad7321aa0
commit 8b8a1e793d
No known key found for this signature in database
GPG Key ID: A1B09461ABB656B8

View File

@ -1,5 +1,5 @@
packageName = "chronos"
version = "2.4.2"
version = "2.5.0"
author = "Status Research & Development GmbH"
description = "Chronos"
license = "Apache License 2.0 or MIT"
@ -7,7 +7,7 @@ skipDirs = @["tests"]
### Dependencies
requires "nim > 0.19.4",
requires "nim > 1.2.0"
"bearssl"
task test, "Run all tests":