Skip to content

Commit

Permalink
Fix nim version requirements in .nimble
Browse files Browse the repository at this point in the history
  • Loading branch information
jangko committed Sep 1, 2023
1 parent e662b6e commit 7230cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nimPNG.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT"
skipDirs = @["tests", "docs"]

# Deps
requires "nim >= 1.16.0"
requires "nim >= 1.6.0"

### Helper functions
proc test(env, path: string) =
Expand Down

0 comments on commit 7230cdf

Please sign in to comment.