From 7230cdf19f8acfe3c310e1b5bd29787685173bf5 Mon Sep 17 00:00:00 2001 From: jangko Date: Fri, 1 Sep 2023 17:05:57 +0700 Subject: [PATCH] Fix nim version requirements in .nimble --- nimPNG.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nimPNG.nimble b/nimPNG.nimble index 3b92121..c71790d 100644 --- a/nimPNG.nimble +++ b/nimPNG.nimble @@ -6,7 +6,7 @@ license = "MIT" skipDirs = @["tests", "docs"] # Deps -requires "nim >= 1.16.0" +requires "nim >= 1.6.0" ### Helper functions proc test(env, path: string) =