std_shims -> stew
This commit is contained in:
parent
faca1407a5
commit
c7905dc8a3
|
@ -1,5 +1,5 @@
|
|||
import
|
||||
strutils, options, std_shims/macros_shim, typetraits,
|
||||
strutils, options, stew/shims/macros, typetraits,
|
||||
confutils/[defs, cli_parser]
|
||||
|
||||
export
|
||||
|
|
|
@ -7,5 +7,6 @@ description = "Simplified handling of command line options and config files"
|
|||
license = "Apache License 2.0"
|
||||
skipDirs = @["tests"]
|
||||
|
||||
requires "nim >= 0.19.0"
|
||||
requires "nim >= 0.19.0",
|
||||
"stew"
|
||||
|
||||
|
|
Loading…
Reference in New Issue