Bump minimum Nim version

This commit is contained in:
Zed
2023-10-31 11:32:21 +00:00
parent edad09f4c9
commit 089275826c
2 changed files with 2 additions and 7 deletions

View File

@@ -7,12 +7,7 @@
# disable annoying warnings
warning("GcUnsafe2", off)
warning("HoleEnumConv", off)
hint("XDeclaredButNotUsed", off)
hint("XCannotRaiseY", off)
hint("User", off)
const
nimVersion = (major: NimMajor, minor: NimMinor, patch: NimPatch)
when nimVersion >= (1, 6, 0):
warning("HoleEnumConv", off)