From 1be755639ce402ebf9c24916ef2970fd1ff386bd Mon Sep 17 00:00:00 2001 From: Andy Davidoff Date: Sun, 10 Jan 2021 13:16:39 -0500 Subject: [PATCH] 0.2.5: bump test runner --- criterion.nimble | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/criterion.nimble b/criterion.nimble index 118bdc6..2f2f1e7 100644 --- a/criterion.nimble +++ b/criterion.nimble @@ -1,9 +1,10 @@ -version = "0.2.4" +version = "0.2.5" author = "LemonBoy" description = "Statistic-driven microbenchmark framework" license = "MIT" -requires "https://github.com/disruptek/testes >= 0.7.6 & < 1.0.0" +when not defined(release): + requires "https://github.com/disruptek/testes >= 1.0.0 & < 2.0.0" task test, "run unit tests": when defined(windows):