Skip to content

Commit cbaf3c7

Browse files
committed
set correct version for asynctest
1 parent 8ca2b37 commit cbaf3c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testmodule/test.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author = "Nim Ethers Authors"
33
description = "Tests for Nim Ethers library"
44
license = "MIT"
55

6-
requires "asynctest#head" # FIXME change to 0.4.3 once we get a release
6+
requires "asynctest >= 0.4.3 & < 0.5.0"
77
requires "questionable >= 0.10.3 & < 0.11.0"
88

99
task test, "Run the test suite":

0 commit comments

Comments
 (0)