Skip to content

Commit

Permalink
1.8.24: raise cligen dep (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Oct 4, 2020
1 parent b9f0c55 commit cf55fe2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
[submodule "cligen"]
path = cligen
url = https://github.com/c-blake/cligen
branch = tag/v1.2.0
branch = tag/v1.2.2
8 changes: 6 additions & 2 deletions bump.nimble
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
version = "1.8.23"
version = "1.8.24"
author = "disruptek"
description = "a tiny tool to bump nimble versions"
license = "MIT"

requires "cligen >= 0.9.46 & < 2.0.0"
requires "https://github.com/disruptek/cutelog >= 1.1.2 & < 2.0.0"

bin = @["bump"]

when (NimMajor, NimMinor) >= (1, 3):
requires "cligen >= 1.2.2 & < 2.0.0"
else:
requires "cligen >= 0.9.46 & < 2.0.0"

proc execCmd(cmd: string) =
echo "execCmd:" & cmd
exec cmd
Expand Down
2 changes: 1 addition & 1 deletion cligen
Submodule cligen updated 8 files
+7 βˆ’0 RELEASE-NOTES.md
+11 βˆ’7 cligen.nim
+1 βˆ’1 cligen.nimble
+12 βˆ’5 cligen/macUt.nim
+21 βˆ’0 cligen/mfile.nim
+5 βˆ’6 cligen/osUt.nim
+4 βˆ’4 examples/dirq.nim
+2 βˆ’2 test/ref

0 comments on commit cf55fe2

Please sign in to comment.