Skip to content

Commit

Permalink
update min version
Browse files Browse the repository at this point in the history
Signed-off-by: George Lemon <[email protected]>
  • Loading branch information
georgelemon committed Aug 10, 2024
1 parent de5f3a3 commit 7e63e79
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion voodoo.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@ srcDir = "src"

# Dependencies

requires "nim >= 2.0.2"
requires "nim >= 2.0.0"


task oop, "test oop":
exec "nim c --out:./bin/oop src/voodoo/oop.nim"

0 comments on commit 7e63e79

Please sign in to comment.