aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2018-11-02 17:12:37 -0500
committerGanesh Viswanathan <dev@genotrance.com>2018-11-02 17:12:37 -0500
commitc7c419e6fad121dee205146f60dd451789aa6a5a (patch)
tree7cdc3c5adb91d54d0ea7bf35cfdecd0029b64ddf
parent5549505f61dc5f2a6b1da5cd3b12130dafe5bae8 (diff)
downloadnimgen-c7c419e6fad121dee205146f60dd451789aa6a5a.tar.gz
nimgen-c7c419e6fad121dee205146f60dd451789aa6a5a.zip
Backrev c2nim
-rw-r--r--nimgen.nimble2
1 files changed, 1 insertions, 1 deletions
diff --git a/nimgen.nimble b/nimgen.nimble
index c99b7a6..c6a2625 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.10.0"
+requires "nim >= 0.17.0", "c2nim#3ec45c24585ebaed", "regex >= 0.10.0"
task test, "Test nimgen":
exec "nim c -r tests/rununittests.nim"