Skip to content

Commit 1be3cae

Browse files
committed
switch chronos and asynctest to head; bump nim to 1.6.16
1 parent 42e4f16 commit 1be3cae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ethers.nimble

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ author = "Nim Ethers Authors"
33
description = "library for interacting with Ethereum"
44
license = "MIT"
55

6-
requires "nim >= 1.6.0"
6+
requires "nim >= 1.6.16"
77
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
99
requires "contractabi >= 0.6.0 & < 0.7.0"
1010
requires "questionable >= 0.10.2 & < 0.11.0"
1111
requires "upraises >= 0.1.0 & < 0.2.0"

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

99
task test, "Run the test suite":

0 commit comments

Comments
 (0)