Skip to content

Commit

Permalink
downgrade cligen
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Sep 8, 2022
1 parent e6c4315 commit e5e74eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bump.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bin = @["bump"]
when (NimMajor, NimMinor) >= (1, 3):
requires "cligen >= 1.2.2 & < 2.0.0"
else:
requires "cligen >= 0.9.46 & < 2.0.0"
requires "cligen >= 0.9.46 & < 1.0.0"

task test, "run tests for ci":
when defined(windows):
Expand Down

0 comments on commit e5e74eb

Please sign in to comment.