std_shims -> stew

This commit is contained in:
Jacek Sieka 2019-07-07 11:41:15 +02:00
parent faca1407a5
commit c7905dc8a3
No known key found for this signature in database
GPG Key ID: A1B09461ABB656B8
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
import
strutils, options, std_shims/macros_shim, typetraits,
strutils, options, stew/shims/macros, typetraits,
confutils/[defs, cli_parser]
export

View File

@ -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"