From 31af0f2bda1486ffb7326c5df1dc47dc63d73fff Mon Sep 17 00:00:00 2001 From: Jacek Sieka Date: Tue, 29 Oct 2024 10:07:21 +0100 Subject: [PATCH] v0.5.0 (#230) * avoid depending on #head --- json_rpc.nimble | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/json_rpc.nimble b/json_rpc.nimble index 9b9e2e7..be784a4 100644 --- a/json_rpc.nimble +++ b/json_rpc.nimble @@ -10,7 +10,7 @@ mode = ScriptMode.Verbose packageName = "json_rpc" -version = "0.4.4" +version = "0.5.0" author = "Status Research & Development GmbH" description = "Ethereum remote procedure calls" license = "Apache License 2.0" @@ -21,8 +21,8 @@ requires "nim >= 1.6.0", "stew", "nimcrypto", "stint", - "chronos#head", - "httputils#head", + "chronos ^= 4.0.3", + "httputils ^= 0.3.0", "chronicles", "websock", "json_serialization",