Skip to content

Commit

Permalink
Add versions and commit to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
2-towns committed Dec 9, 2024
1 parent f957266 commit 155029f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions datastore.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 155029f

Please sign in to comment.