mirror of
https://github.com/logos-storage/nim-json-rpc.git
synced 2026-01-08 08:33:14 +00:00
bumps json_rpc to 0.5.0 with versioned deps chronos and websock
This commit is contained in:
parent
98a5efba4d
commit
aac72abd25
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user