Add versions and commit to dependencies

This commit is contained in:
Arnaud 2024-12-09 17:37:06 +01:00
parent f9572662d1
commit 155029f31d
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663

View File

@ -10,11 +10,11 @@ requires "nim >= 1.2.0",
"asynctest >= 0.5.2 & < 0.6.0",
"chronos >= 4.0.3 & < 5.0.0",
"questionable >= 0.10.15 & < 0.11.0",
"sqlite3_abi#05bbff1af4e8fe2d972ba4b0667b89ca94d3ebba",
"sqlite3_abi == 3.47.0.0",
"leveldbstatic#0bd875d2b76c5b02c771fc1de136826dae6802c6",
"stew",
"results == 0.5.1",
"unittest2"
"stew >= 0.2.0",
"results >= 0.5.1",
"unittest2 >= 0.2.3"
task coverage, "generates code coverage report":
var (output, exitCode) = gorgeEx("which lcov")