Skip to content

Commit bdc3945

Browse files
committed
Pin compiler dependency to a version that supports Nim 0.17.2 and HEAD.
Fixes #121. Fixes #115.
1 parent a80ac43 commit bdc3945

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

c2nim.nimble

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ skipDirs = @["doc"]
66

77
bin = @["c2nim"]
88

9-
requires "nim >= 0.16.0", "compiler >= 0.16.0"
9+
requires "nim >= 0.16.0", "compiler#604a15c0aaf6d3df2"
1010

1111
task tests, "runs c2nim tests":
1212
exec "nim c c2nim.nim"
13-
exec "nim c --run testsuite/tester.nim"
13+
exec "nim c --run testsuite/tester.nim"

0 commit comments

Comments
 (0)