fix ranges dep

This commit is contained in:
Jacek Sieka 2018-09-07 13:12:47 -06:00
parent 7fde3f5249
commit 82c064946c
No known key found for this signature in database
GPG Key ID: 6299FEB3EB6FA465
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ description = "RLP serialization library for Nim"
license = "Apache License 2.0"
skipDirs = @["tests"]
requires "nim >= 0.17.0", "https://github.com/status-im/nim-ranges >= 0.0.1"
requires "nim >= 0.17.0",
"ranges"
proc configForTests() =
--hints: off