Skip to content

Commit

Permalink
3.0.14: 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 5ce53f3 commit e24ef5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions golden.nimble
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.0.13"
version = "3.0.14"
author = "disruptek"
description = "a benchmark tool"
license = "MIT"
Expand All @@ -8,7 +8,7 @@ requires "foreach >= 1.0.2"
requires "bump >= 1.8.15"
requires "msgpack4nim 0.2.9"
requires "terminaltables#82ee5890c13e381de0f11c8ba6fe484d7c0c2f19"
requires "https://github.com/disruptek/gittyup >= 2.1.13"
requires "https://github.com/disruptek/gittyup >= 2.4.4 & < 3.0.0"

# we need this one for csize reasons
requires "cligen >= 0.9.40"
Expand Down

0 comments on commit e24ef5e

Please sign in to comment.