From 7930b112057432a763ec6dafe32ecf184d8f2500 Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Mon, 28 Aug 2023 16:22:21 +0200 Subject: [PATCH] Remove Nim version requirement from nimble file --- asynctest.nimble | 2 -- 1 file changed, 2 deletions(-) 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: