Skip to content

Commit

Permalink
chore: use supported selector operators (#232)
Browse files Browse the repository at this point in the history
* chore: use supported selector operators

Use supported nimble <0.16.2 selector operators when specifying dependency versions.

* specifies websock version using supported nimble <0.16.2 selector operators
  • Loading branch information
emizzle authored Nov 27, 2024
1 parent 31af0f2 commit 2743721
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 @@ -21,10 +21,10 @@ requires "nim >= 1.6.0",
"stew",
"nimcrypto",
"stint",
"chronos ^= 4.0.3",
"httputils ^= 0.3.0",
"chronos >= 4.0.3 & < 4.1.0",
"httputils >= 0.3.0 & < 0.4.0",
"chronicles",
"websock",
"websock >= 0.2.0 & < 0.3.0",
"json_serialization",
"unittest2"

Expand Down

0 comments on commit 2743721

Please sign in to comment.