Skip to content

Commit

Permalink
nim-1.6 series compilers give pretty odd error:
Browse files Browse the repository at this point in the history
  bu/dirq.nim(77, 16) Error: undeclared identifier: 'parseOnly'
(odd since this is a keyword argument..).

Since nim-2.2 is imminent, rather than try to track that down (it
may be fix in 1.6-latest for all I know), update minimum version
in nimble to 2.0.0.  Compiles fine for me on nim-2.0.8, anyway.
  • Loading branch information
c-blake committed Sep 27, 2024
1 parent d57bbd2 commit 467c920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bu.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,5 @@ else:
]

# Dependencies
requires "nim >= 1.6.0", "cligen >= 1.7.2",
requires "nim >= 2.0.0", "cligen >= 1.7.2",
"adix >= 0.6.0", "nio >= 0.7.1", "fitl >= 0.5.7", "spfun >= 0.7.0"

0 comments on commit 467c920

Please sign in to comment.