* avoid depending on #head
This commit is contained in:
Jacek Sieka 2024-10-29 10:07:21 +01:00 committed by GitHub
parent 98a5efba4d
commit 31af0f2bda
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -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",