set correct version for asynctest

This commit is contained in:
gmega 2023-12-15 14:55:19 -03:00
parent 8ca2b37bfb
commit cbaf3c79c8
No known key found for this signature in database
GPG Key ID: FFD8DAF00660270F

View File

@ -3,7 +3,7 @@ author = "Nim Ethers Authors"
description = "Tests for Nim Ethers library"
license = "MIT"
requires "asynctest#head" # FIXME change to 0.4.3 once we get a release
requires "asynctest >= 0.4.3 & < 0.5.0"
requires "questionable >= 0.10.3 & < 0.11.0"
task test, "Run the test suite":