Skip to content

Commit

Permalink
update reqs, point to our result
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Jan 7, 2020
1 parent f063f0c commit 369dafb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nimph.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 369dafb

Please sign in to comment.