Bump nim version needed
This commit is contained in:
parent
d6d184ed64
commit
3512ef5429
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue