From 9df8dabf5c0218cf065faa12096065ef4dc6715a Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Tue, 14 Jan 2020 21:59:12 -0600 Subject: [PATCH] Update requires --- nimterop.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nimterop.nimble b/nimterop.nimble index 101966e..2e3bef1 100644 --- a/nimterop.nimble +++ b/nimterop.nimble @@ -12,7 +12,7 @@ installDirs = @["nimterop"] installFiles = @["config.nims"] # Dependencies -requires "nim >= 0.19.2", "regex >= 0.10.0", "cligen >= 0.9.17" +requires "nim >= 0.19.6", "regex >= 0.13.0", "cligen >= 0.9.41" import nimterop/docs