diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2018-10-08 17:54:43 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2018-10-08 17:54:43 -0500 |
| commit | caba6fcc50629456ac06dbe306f765d617ced14c (patch) | |
| tree | 3ec3bd3224bb5fd3d70261c3faf6a017246da9e9 | |
| parent | da865618be271f0cbf4fd8a66c03a74986f23b74 (diff) | |
| download | nimgen-caba6fcc50629456ac06dbe306f765d617ced14c.tar.gz nimgen-caba6fcc50629456ac06dbe306f765d617ced14c.zip | |
Fix regex crash
| -rw-r--r-- | nimgen.nimble | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nimgen.nimble b/nimgen.nimble index 6ca5b9e..cb85eec 100644 --- a/nimgen.nimble +++ b/nimgen.nimble @@ -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" |
