mirror of
https://github.com/status-im/nim-drchaos.git
synced 2025-02-20 14:48:07 +00:00
lower the required Nim version
This commit is contained in:
parent
554206d44c
commit
14df6c02e9
@ -98,6 +98,8 @@ interesting values, like file signatures or to limit the search space.
|
||||
when defined(runFuzzTests):
|
||||
type
|
||||
ClientId = distinct int
|
||||
|
||||
proc `==`(a, b: ClientId): bool {.borrow.}
|
||||
else:
|
||||
type
|
||||
ClientId = int
|
||||
|
@ -7,7 +7,7 @@ license = "Apache License 2.0"
|
||||
srcDir = "."
|
||||
skipDirs = @["tests", "benchmarks", "examples", "experiments"]
|
||||
|
||||
requires "nim >= 1.4.0"
|
||||
requires "nim >= 1.2.0"
|
||||
|
||||
proc buildBinary(name: string, srcDir = "./", params = "", lang = "c") =
|
||||
if not dirExists "build":
|
||||
|
Loading…
x
Reference in New Issue
Block a user