Skip to content

Commit

Permalink
Fix minimum Nim version (#2239)
Browse files Browse the repository at this point in the history
  • Loading branch information
fox0430 authored Feb 11, 2025
1 parent 693e0c2 commit d62c5d2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.. _#2239: https://github.com/fox0430/moe/pull/2239

Fixed
.....

- `#2239`_ Fix minimum Nim version

2 changes: 1 addition & 1 deletion moe.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ bin = @["moe"]

# Dependencies

requires "nim >= 1.6.16"
requires "nim >= 2.0.10"
requires "ncurses >= 1.0.2"
requires "unicodedb >= 0.13.2"
requires "parsetoml >= 0.7.1"
Expand Down

0 comments on commit d62c5d2

Please sign in to comment.