File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ author = "Nim Ethers Authors"
3
3
description = " library for interacting with Ethereum"
4
4
license = " MIT"
5
5
6
- requires " nim >= 1.6.0 "
6
+ requires " nim >= 1.6.16 "
7
7
requires " chronicles >= 0.10.3 & < 0.11.0"
8
- requires " chronos >= 3 .0.0 & < 4.0.0 "
8
+ requires " chronos#head " # FIXME: change to >= 4 .0.0 when chronos 4 is released
9
9
requires " contractabi >= 0.6.0 & < 0.7.0"
10
10
requires " questionable >= 0.10.2 & < 0.11.0"
11
11
requires " upraises >= 0.1.0 & < 0.2.0"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ author = "Nim Ethers Authors"
3
3
description = " Tests for Nim Ethers library"
4
4
license = " MIT"
5
5
6
- requires " asynctest >= 0.4.0 & < 0.5.0 "
6
+ requires " asynctest#head " # FIXME change to 0.4.3 once we get a release
7
7
requires " questionable >= 0.10.3 & < 0.11.0"
8
8
9
9
task test, " Run the test suite" :
You can’t perform that action at this time.
0 commit comments