Skip to content

Commit c82761a

Browse files
committed
updates nim 2.0.4 constraint so it fails with csources
1 parent cae23c5 commit c82761a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/nimnimble/nim2.0.4/nim204.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ bin = @["nim204"]
88

99
# Dependencies
1010

11-
requires "nim == 2.0.4"
11+
requires "nim >= 2.0.4 & < 2.1"
1212

1313
after build:
1414
let (output, _) = gorgeEx "./nim204"

0 commit comments

Comments
 (0)