Skip to content

Commit

Permalink
stew version
Browse files Browse the repository at this point in the history
  • Loading branch information
arnetheduck committed Dec 4, 2024
1 parent 47817c6 commit 2e9436c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stint.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ skipDirs = @["tests", "benchmarks"]

# TODO test only requirements don't work: https://github.com/nim-lang/nimble/issues/482
requires "nim >= 1.6.12",
"stew",
"stew >= 0.2.0",
"unittest2 >= 0.2.3"

let nimc = getEnv("NIMC", "nim") # Which nim compiler to use
Expand Down

0 comments on commit 2e9436c

Please sign in to comment.