Skip to content

Commit

Permalink
feat: only requires nim >= 2.0.0
Browse files Browse the repository at this point in the history
alleviate nim's version requirement
  • Loading branch information
madonuko committed May 31, 2024
1 parent 5327921 commit 1380c64
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 1380c64

Please sign in to comment.