Lower nim version

For some reason, 1.2.6 doesn't work?
This commit is contained in:
Jacek Sieka 2021-03-22 23:08:06 +01:00 committed by GitHub
parent b5956a1b4b
commit e3283ff209
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ skipDirs = @["tests"]
bin = @["ntu"]
#srcDir = "testutils"
requires "nim >= 1.2.6",
requires "nim >= 1.2.0",
"https://github.com/status-im/nim-unittest2.git#head"
proc execCmd(cmd: string) =