From aac72abd257c2b5c2650a2bb7081bd21fdfa21c8 Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Wed, 30 Oct 2024 17:51:02 +1100 Subject: [PATCH] bumps json_rpc to 0.5.0 with versioned deps chronos and websock --- json_rpc.nimble | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/json_rpc.nimble b/json_rpc.nimble index 9b9e2e7..e9558a9 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,10 +21,10 @@ requires "nim >= 1.6.0", "stew", "nimcrypto", "stint", - "chronos#head", + "chronos >= 0.4.0 & < 0.5.0", "httputils#head", "chronicles", - "websock", + "websock >= 0.1.0 & < 0.2.0", "json_serialization", "unittest2"