Update .nimble to include chronicles

This commit is contained in:
coffeepots 2018-06-11 19:26:37 +01:00
parent 4c38164688
commit da84d95d51

View File

@ -9,7 +9,8 @@ skipDirs = @["tests"]
requires "nim >= 0.17.3",
"nimcrypto",
"stint",
"https://github.com/status-im/nim-asyncdispatch2"
"https://github.com/status-im/nim-asyncdispatch2",
"chronicles"
proc configForTests() =
--hints: off