Skip to content

Commit

Permalink
refactor: allow nim 2.0 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
metagn committed Nov 29, 2022
1 parent a7d314f commit 64f71af
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 @@ -6,7 +6,7 @@ srcDir = "src"
skipDirs = @["docsrc"]
skipFiles = @["tests.nim"]

requires "nim >= 1.0.0 & < 2.0.0"
requires "nim >= 1.0.0"
requires "regex >= 0.20.0"

task test, "Run the test suite":
Expand Down

0 comments on commit 64f71af

Please sign in to comment.