Skip to content

Commit

Permalink
Fix chronos dependency to require version >= v4.0.3 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheatfate authored Aug 22, 2024
1 parent 4337ccd commit 258580d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ skipDirs = @["tests", "benchmarks"]

### Dependencies
requires "nim >= 1.6.14",
"chronos >= 3.2.0",
"chronos >= 4.0.3",
"results",
"stew"

Expand Down

0 comments on commit 258580d

Please sign in to comment.