From 3512ef5429733a31e409a6e811d5cfb4e914e0f8 Mon Sep 17 00:00:00 2001 From: Joey Yakimowich-Payne Date: Wed, 27 Jun 2018 21:11:13 +0900 Subject: [PATCH] Bump nim version needed --- switch_build.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/switch_build.nimble b/switch_build.nimble index 1afc2b2..cbff4cc 100644 --- a/switch_build.nimble +++ b/switch_build.nimble @@ -10,7 +10,7 @@ srcDir = "src" bin = @["switch_build"] # Deps -requires "nim >= 0.18.0" +requires "nim >= 0.18.1" task test, "Run tests": exec "nim c -r tests/test.nim"