From cadf38db576a2cf6145188f285f042e56aad7c91 Mon Sep 17 00:00:00 2001 From: gmega Date: Fri, 15 Dec 2023 18:45:55 -0300 Subject: [PATCH] pin chronos to the lastest commit (as of today) --- datastore.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datastore.nimble b/datastore.nimble index 473ad2e..c00ad01 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#head", # FIXME change to Chronos >= 4.0.0 once it's out + "chronos#c41599a", # FIXME change to Chronos >= 4.0.0 once it's out "questionable >= 0.10.3 & < 0.11.0", "sqlite3_abi", "stew",