From 7e8781ab1f27522f231275da9cfc872ba87ecec3 Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Wed, 30 Oct 2024 18:13:07 +1100 Subject: [PATCH] fix chronos version --- json_rpc.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json_rpc.nimble b/json_rpc.nimble index e9558a9..a96d257 100644 --- a/json_rpc.nimble +++ b/json_rpc.nimble @@ -21,7 +21,7 @@ requires "nim >= 1.6.0", "stew", "nimcrypto", "stint", - "chronos >= 0.4.0 & < 0.5.0", + "chronos >= 4.0.0 & < 4.1.0", "httputils#head", "chronicles", "websock >= 0.1.0 & < 0.2.0",