diff --git a/async_postgres.nimble b/async_postgres.nimble index 47e6ac7..d95ad7a 100644 --- a/async_postgres.nimble +++ b/async_postgres.nimble @@ -9,7 +9,7 @@ license = "MIT" requires "nim >= 2.2.4" requires "nimcrypto >= 0.7.3" -requires "checksums >= 0.2.0" +requires "checksums >= 0.2.2" task test, "test": exec "nim c -d:asyncBackend=asyncdispatch -r tests/all_tests.nim"