Skip to content

Commit

Permalink
fix: require regex < 0.17 (#50)
Browse files Browse the repository at this point in the history
Version 0.17.0 introduces an as of yet unidentified breakage.
  • Loading branch information
haltcase committed Oct 26, 2020
1 parent e126bc9 commit 4258cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glob.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ skipDirs = @["docsrc"]
skipFiles = @["tests.nim"]

requires "nim >= 0.18.0"
requires "regex >= 0.7.4"
requires "regex >= 0.16.0 & < 0.17.0"

task test, "Run the test suite":
exec "nimble c -y --hints:off --verbosity:0 -r tests.nim"
Expand Down

0 comments on commit 4258cb5

Please sign in to comment.