Remove Nim version requirement from nimble file
This commit is contained in:
parent
fe1a34caf5
commit
47480f2ade
|
@ -3,8 +3,6 @@ author = "asynctest Authors"
|
|||
description = "Test asynchronous code"
|
||||
license = "MIT"
|
||||
|
||||
requires "nim >= 1.2.0 & < 2.0.0"
|
||||
|
||||
task test, "Runs the test suite":
|
||||
for module in ["stdlib", "chronos", "unittest2"]:
|
||||
withDir "testmodules/" & module:
|
||||
|
|
Loading…
Reference in New Issue