From 8b8a1e793dcc20d5c77ba0394537fa861770fc41 Mon Sep 17 00:00:00 2001 From: Jacek Sieka Date: Sun, 12 Jul 2020 18:20:21 +0200 Subject: [PATCH] bump supported nim version --- chronos.nimble | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chronos.nimble b/chronos.nimble index bfc55b2..905e61e 100644 --- a/chronos.nimble +++ b/chronos.nimble @@ -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":