• v0.1.11 8cb8720b56

    Ghost released this 2021-01-15 10:07:13 +00:00 | 0 commits to master since this release

    Fix error with styleCheck

    Before this commit, running nim c --styleCheck:error on a file
    that imports the uuids package would produce an error on Windows.

    WINBOOL is defined here:
    nim-lang/Nim@52cf728001/lib/windows/winlean.nim (L33)

    Fixes: #5

    Downloads