Increase Nim version to 0.17.0

This commit is contained in:
Filippo Cucchetto 2017-06-05 21:21:03 +02:00
parent f224c2e8de
commit 752b453ccb
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -2,4 +2,5 @@
*.o
nimcache
*.nimproject*
*.exe
*.exe
*.qmlc

View File

@ -7,4 +7,4 @@ license = "LGPLv3"
srcDir = "src"
[Deps]
Requires: "nim >= 0.15.0"
Requires: "nim >= 0.17.0"