Skip to content

Commit 626a233

Browse files
authored
switch to Nim v2.2.4 (#3230)
1 parent 128ecb2 commit 626a233

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

config.nims

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,9 @@ if canEnableDebuggingSymbols:
167167
# `switch("warning[CaseTransition]", "off")` fails with "Error: invalid command line option: '--warning[CaseTransition]'"
168168
switch("warning", "CaseTransition:off")
169169

170+
# Transitional for Nim v2.2, due to newSeqUninit replacing newSeqUninitialized.
171+
switch("warning", "Deprecated:off")
172+
170173
# nim-kzg shipping their own blst, nimbus-eth1 too.
171174
# disable nim-kzg's blst
172175
switch("define", "kzgExternalBlst")

0 commit comments

Comments
 (0)