Skip to content

Commit

Permalink
2.6.2: update reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Jun 27, 2021
1 parent 3352aa1 commit 6a05efa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gittyup.nimble
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version = "2.6.1"
version = "2.6.2"
author = "disruptek"
description = "higher-level libgit2 bindings that build upon nimgit2"
license = "MIT"
requires "nimgit2 >= 0.3.1 & < 0.4.0"
requires "https://github.com/disruptek/badresults < 2.0.0"

when not defined(release):
requires "https://github.com/disruptek/balls >= 2.0.0 & < 3.0.0"
requires "https://github.com/disruptek/balls >= 2.0.0 & < 4.0.0"

# impose a limit on nimterop
requires "nimterop <= 0.6.11"
Expand Down

0 comments on commit 6a05efa

Please sign in to comment.