Skip to content

Commit

Permalink
Merge pull request #2 from Ultramarine-Linux/w/nim-version
Browse files Browse the repository at this point in the history
feat: only requires nim >= 2.0.0
  • Loading branch information
madonuko authored May 31, 2024
2 parents ddcf020 + 1380c64 commit 92585ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkfstab.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ bin = @["mkfstab"]

# Dependencies

requires "nim >= 2.1.1"
requires "nim >= 2.0.0"
requires "cligen"
requires "sweet"

0 comments on commit 92585ac

Please sign in to comment.