nim-ethers/testmodule/config.nims

6 lines
185 B
Plaintext
Raw Normal View History

2022-01-26 13:37:09 +00:00
switch("path", "..")
when (NimMajor, NimMinor) >= (1, 4):
switch("hint", "XCannotRaiseY:off")
2023-06-29 08:23:14 +00:00
when (NimMajor, NimMinor, NimPatch) >= (1, 6, 11):
switch("warning", "BareExcept:off")