Skip to content

Commit

Permalink
1.8.31: simpler dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Oct 12, 2022
1 parent 58e1888 commit 1eb1c72
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tests/tbump
deps
nimblemeta.json
bin/
nim.cfg
8 changes: 0 additions & 8 deletions .gitmodules

This file was deleted.

10 changes: 4 additions & 6 deletions bump.nimble
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
version = "1.8.30"
version = "1.8.31"
author = "disruptek"
description = "a tiny tool to bump nimble versions"
license = "MIT"

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

bin = @["bump"]

when (NimMajor, NimMinor) >= (1, 3):
requires "cligen >= 1.2.2 & < 2.0.0"
else:
requires "cligen >= 0.9.46 & < 1.0.0"
requires "https://github.com/disruptek/cligen < 3.0.0"

task test, "run tests for ci":
when defined(windows):
Expand Down
1 change: 0 additions & 1 deletion cligen
Submodule cligen deleted from eb15f6
1 change: 0 additions & 1 deletion cutelog
Submodule cutelog deleted from 1256a1

0 comments on commit 1eb1c72

Please sign in to comment.