Skip to content

Commit

Permalink
fix: Require nim 1.4.0 or greater
Browse files Browse the repository at this point in the history
Since the latest nwnt requires nim 1.4.0, nasher must also require it,
otherwise there could be a failure to satisfy the nim dependency.
  • Loading branch information
squattingmonk committed Dec 21, 2020
1 parent 0595cad commit 7e11cbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nasher.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bin = @["nasher"]

# Dependencies

requires "nim >= 1.2.0"
requires "nim >= 1.4.0"
requires "neverwinter >= 1.4.1"
requires "glob >= 0.10.0"
requires "nwnt >= 1.2.1"
requires "nwnt >= 1.2.2"

0 comments on commit 7e11cbf

Please sign in to comment.