We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a80ac43 commit bdc3945Copy full SHA for bdc3945
c2nim.nimble
@@ -6,8 +6,8 @@ skipDirs = @["doc"]
6
7
bin = @["c2nim"]
8
9
-requires "nim >= 0.16.0", "compiler >= 0.16.0"
+requires "nim >= 0.16.0", "compiler#604a15c0aaf6d3df2"
10
11
task tests, "runs c2nim tests":
12
exec "nim c c2nim.nim"
13
- exec "nim c --run testsuite/tester.nim"
+ exec "nim c --run testsuite/tester.nim"
0 commit comments