From 369dafb02b1466ffa51b6704ff9c5e0a46bc1c0a Mon Sep 17 00:00:00 2001 From: Andy Davidoff Date: Mon, 6 Jan 2020 23:23:42 -0500 Subject: [PATCH] update reqs, point to our result --- nimph.nimble | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nimph.nimble b/nimph.nimble index 3781e34..7ac2300 100644 --- a/nimph.nimble +++ b/nimph.nimble @@ -2,14 +2,14 @@ version = "0.6.14" author = "disruptek" description = "nim package handler from the future" license = "MIT" -requires "nim >= 1.0.5" +requires "nim >= 1.0.4" requires "github >= 1.0.2" requires "cligen >= 0.9.41" requires "bump >= 1.8.18" requires "npeg >= 0.21.3" -requires "result" +requires "https://github.com/disruptek/result" requires "https://github.com/disruptek/cutelog >= 1.1.0" -requires "https://github.com/disruptek/gittyup >= 2.1.0" +requires "https://github.com/disruptek/gittyup >= 2.1.5" requires "https://github.com/stefantalpalaru/nim-unittest2 >= 0.0.1" # fixup a dependency: regex 0.10.0 doesn't build with 1.0.4 stdlib