Skip to content

Commit c4037a7

Browse files
allow testing with newer Nim version
1 parent 098aa25 commit c4037a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eth.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Ethereum Common library"
44
license = "MIT"
55
skipDirs = @["tests"]
66

7-
requires "nim >= 1.2.0 & <= 1.2.14",
7+
requires "nim >= 1.2.0",
88
"nimcrypto",
99
"stint",
1010
"secp256k1",

0 commit comments

Comments
 (0)