mirror of
https://github.com/logos-storage/nim-ethers.git
synced 2026-01-03 06:03:09 +00:00
Use refc as memory management and disable styleCheck because of testutils
This commit is contained in:
parent
10c50a8894
commit
5e77dff413
@ -1,7 +1,13 @@
|
||||
--styleCheck:usages
|
||||
--styleCheck:error
|
||||
# Disable styleCheck temporarily because Nim 2.x is checking that
|
||||
# getopt is used instead of
|
||||
# https://github.com/status-im/nim-testutils/pull/54/commits/a1b07a11dd6a0c537a72e5ebf70df438c80f920a
|
||||
#--styleCheck:error
|
||||
|
||||
# begin Nimble config (version 1)
|
||||
when fileExists("nimble.paths"):
|
||||
include "nimble.paths"
|
||||
# end Nimble config
|
||||
|
||||
when (NimMajor, NimMinor) >= (2, 0):
|
||||
--mm:refc
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user