Skip to content

Commit

Permalink
chore: use supported selector operators
Browse files Browse the repository at this point in the history
Use supported nimble <0.16.2 selector operators when specifying dependency versions.
  • Loading branch information
emizzle committed Oct 31, 2024
1 parent 31af0f2 commit 724b5e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions json_rpc.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ 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",
"json_serialization",
Expand Down

0 comments on commit 724b5e2

Please sign in to comment.