From c143e71db647aed4b2f0528020c164fcc841f9cc Mon Sep 17 00:00:00 2001 From: benbierens Date: Mon, 12 Aug 2024 12:38:26 +0200 Subject: [PATCH] bump chronos --- datastore.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datastore.nimble b/datastore.nimble index c13bfda..467b62a 100644 --- a/datastore.nimble +++ b/datastore.nimble @@ -8,7 +8,7 @@ license = "Apache License 2.0 or MIT" requires "nim >= 1.2.0", "asynctest >= 0.4.3 & < 0.5.0", - "chronos#c41599a", # FIXME change to Chronos >= 4.0.0 once it's out + "chronos#dc3847e4d6733dfc3811454c2a9c384b87343e26", "questionable >= 0.10.15 & < 0.11.0", "sqlite3_abi", "leveldbstatic >= 0.1.4",