mirror of
https://github.com/logos-storage/nim-serde.git
synced 2026-01-02 13:43:06 +00:00
* chore: allow for newer versions of chronicles Signed-off-by: Mark Spanbroek <mark@spanbroek.net> * chore: add nimble lock Signed-off-by: Mark Spanbroek <mark@spanbroek.net> * chore!: no longer support nim 1.6.x Signed-off-by: Mark Spanbroek <mark@spanbroek.net> * fix: make tests work with nimble lock file Signed-off-by: Mark Spanbroek <mark@spanbroek.net> --------- Signed-off-by: Mark Spanbroek <mark@spanbroek.net>
9 lines
194 B
Nim
9 lines
194 B
Nim
--styleCheck:usages
|
|
--styleCheck:error
|
|
|
|
# begin Nimble config (version 2)
|
|
--noNimblePath
|
|
when withDir(thisDir(), system.fileExists("nimble.paths")):
|
|
include "nimble.paths"
|
|
# end Nimble config
|