From 28ff2e04a7f76c4ed0c305a7138f67a10b00ea4d Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Sun, 22 Sep 2019 00:15:37 +0100 Subject: [PATCH] Fixes tests on 0.19.6. --- tests/run/run.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run/run.nimble b/tests/run/run.nimble index 4b09bdd..055bc1e 100644 --- a/tests/run/run.nimble +++ b/tests/run/run.nimble @@ -11,4 +11,4 @@ bin = @["run"] # Dependencies -requires "nim >= 0.20.0" +requires "nim >= 0.19.0"