Skip to content

Commit

Permalink
v0.5.0 (#230)
Browse files Browse the repository at this point in the history
* avoid depending on #head
  • Loading branch information
arnetheduck authored Oct 29, 2024
1 parent 98a5efb commit 31af0f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions json_rpc.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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",
Expand Down

0 comments on commit 31af0f2

Please sign in to comment.