Fix CI, chronicles bump (#122)

* Disable new fragmentation tests

* Bump chronicles version requirement
This commit is contained in:
Giovanni Petrantoni 2020-03-27 15:02:21 +09:00 committed by GitHub
parent c0a10ecea7
commit 3b69cef2d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ requires "nim > 0.19.4",
"nimcrypto >= 0.4.1",
"chronos >= 2.3.8",
"bearssl >= 0.1.4",
"chronicles >= 0.7.0",
"chronicles >= 0.7.1",
"stew"
proc runTest(filename: string) =