Skip to content

Commit

Permalink
Try pinning versions better
Browse files Browse the repository at this point in the history
  • Loading branch information
iffy committed Mar 1, 2024
1 parent 07645b8 commit 8127198
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wiish.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ installDirs = @["wiish", "examples"]
# Dependencies
requires "nim >= 1.0.6"
requires "argparse >= 2.0.0 & < 3.0.0"
requires "jnim >= 0.5"
requires "jnim = 0.5.1"
requires "regex >= 0.18.0 & < 1.0.0"
requires "chronos"
requires "chronos >= 3.0.0 & < 4.0.0"

# Graphics dependencies
requires "webview"
Expand Down

0 comments on commit 8127198

Please sign in to comment.