From df3fdab308e7922fe34512e57368358d2cc99723 Mon Sep 17 00:00:00 2001 From: Andy Davidoff Date: Sun, 31 May 2020 13:15:18 -0400 Subject: [PATCH] 0.8.5: bump regex reqs to fix nimble --- nimph.nimble | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/nimph.nimble b/nimph.nimble index d86f9c6..c556670 100644 --- a/nimph.nimble +++ b/nimph.nimble @@ -1,4 +1,4 @@ -version = "0.8.4" +version = "0.8.5" author = "disruptek" description = "nim package handler from the future" license = "MIT" @@ -10,10 +10,7 @@ requires "npeg >= 0.21.3 & < 0.23.0" requires "https://github.com/disruptek/jsonconvert < 2.0.0" requires "https://github.com/disruptek/badresults < 2.0.0" requires "https://github.com/disruptek/cutelog >= 1.1.0 & < 2.0.0" -requires "https://github.com/disruptek/gittyup >= 2.4.0 & < 3.0.0" - -# fixup a dependency: regex 0.10.0 doesn't build with 1.0.4 stdlib -requires "regex >= 0.11.0" +requires "https://github.com/disruptek/gittyup >= 2.4.4 & < 3.0.0" bin = @["nimph"] srcDir = "src"