Skip to content

Commit

Permalink
Bump required nim version to 1.6
Browse files Browse the repository at this point in the history
This is required to change the arraymancer dependency to its latest version.
  • Loading branch information
AngelEzquerra authored and Vindaar committed Jun 16, 2024
1 parent 4d61050 commit 1106145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scinim.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
backend = "cpp"

# Dependencies
requires "nim >= 1.4.0"
requires "nim >= 1.6.0"
requires "threading"
requires "arraymancer >= 0.7.3"
requires "polynumeric >= 0.2.0"
Expand Down

0 comments on commit 1106145

Please sign in to comment.