diff --git a/asynctest.nimble b/asynctest.nimble index 5c3df42..84d01ee 100644 --- a/asynctest.nimble +++ b/asynctest.nimble @@ -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: