mirror of
https://github.com/status-im/nim-ethash.git
synced 2025-02-21 08:18:12 +00:00
require Nim 0.18
This commit is contained in:
parent
61108cbc13
commit
66d7fb6575
@ -7,7 +7,7 @@ srcDir = "src"
|
|||||||
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
|
|
||||||
requires "nim >= 0.17.2", "keccak_tiny >= 0.1.0"
|
requires "nim >= 0.18.0", "keccak_tiny >= 0.1.0"
|
||||||
|
|
||||||
proc test(name: string, lang: string = "c") =
|
proc test(name: string, lang: string = "c") =
|
||||||
if not dirExists "build":
|
if not dirExists "build":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user