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"