Bump nim version needed

This commit is contained in:
Joey Yakimowich-Payne 2018-06-27 21:11:13 +09:00
commit 3512ef5429

View file

@ -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"