Remove Nim version requirement from nimble file

This commit is contained in:
Mark Spanbroek 2023-08-28 16:22:21 +02:00 committed by markspanbroek
parent fe1a34caf5
commit 47480f2ade
1 changed files with 0 additions and 2 deletions

View File

@ -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: