Fix regex crash
This commit is contained in:
parent
da865618be
commit
caba6fcc50
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ skipDirs = @["nimgen", "tests"]
|
|||
|
||||
# Dependencies
|
||||
|
||||
requires "nim >= 0.17.0", "c2nim >= 0.9.13", "regex >= 0.7.1"
|
||||
requires "nim >= 0.17.0", "c2nim >= 0.9.13", "regex <= 0.7.4"
|
||||
|
||||
task test, "Test nimgen":
|
||||
exec "nim c -r tests/rununittests.nim"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue