Skip to content

Commit

Permalink
fix: bump regex deps version (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout committed Oct 14, 2022
1 parent 5e1a17b commit 5cc3310
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 >= 1.0.0 & < 2.0.0"
requires "regex >= 0.19.0 & < 0.20.0"
requires "regex >= 0.20.0"

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

0 comments on commit 5cc3310

Please sign in to comment.