aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2019-07-09 23:58:01 -0500
committerGanesh Viswanathan <dev@genotrance.com>2019-07-09 23:58:01 -0500
commit97141f523fbdf5d5b0b4594ea615f05faf7efcfb (patch)
tree480948f0a4445f5e7b92a352079f8e13d68716d4
parent293476c0a967e07b9b277ced2437a821a5604921 (diff)
downloadnimgen-bump.tar.gz
nimgen-bump.zip
Bump to latestbump
-rw-r--r--appveyor.yml4
-rw-r--r--nimgen.nimble2
2 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 2e382be..7d8dabf 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -9,8 +9,8 @@ matrix:
environment:
matrix:
- - NIM_VERSION: 0.18.0
- - NIM_VERSION: 0.19.2
+ - NIM_VERSION: 0.20.0
+ - NIM_VERSION: 0.19.6
for:
-
diff --git a/nimgen.nimble b/nimgen.nimble
index 8c44026..0427d5a 100644
--- a/nimgen.nimble
+++ b/nimgen.nimble
@@ -11,7 +11,7 @@ skipDirs = @["nimgen", "tests", "web"]
# Dependencies
-requires "nim >= 0.17.0", "c2nim#3ec45c24585ebaed", "regex >= 0.10.0"
+requires "nim >= 0.17.0", "c2nim >= 0.9.14", "regex >= 0.10.0"
task test, "Test nimgen":
exec "nim c -r tests/rununittests.nim"