Skip to content

Commit

Permalink
0.8.5: bump regex reqs to fix nimble
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed May 31, 2020
1 parent 206a34b commit df3fdab
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions nimph.nimble
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "0.8.4"
version = "0.8.5"
author = "disruptek"
description = "nim package handler from the future"
license = "MIT"
Expand All @@ -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"
Expand Down

0 comments on commit df3fdab

Please sign in to comment.