mirror of
https://github.com/status-im/nim-ethers.git
synced 2025-02-23 20:48:25 +00:00
11 lines
202 B
Nim
11 lines
202 B
Nim
--styleCheck:usages
|
|
--styleCheck:error
|
|
|
|
# begin Nimble config (version 1)
|
|
when fileExists("nimble.paths"):
|
|
include "nimble.paths"
|
|
# end Nimble config
|
|
|
|
when (NimMajor, NimMinor) >= (2, 0):
|
|
--mm:refc
|