std_shims -> stew

This commit is contained in:
Jacek Sieka 2019-07-07 12:11:27 +02:00
parent 234c7d2756
commit 60faf6af17
No known key found for this signature in database
GPG Key ID: A1B09461ABB656B8
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
#
# at your option. This file may not be copied, modified, or distributed except according to those terms.
import cpuinfo, options, ranges
import cpuinfo, options, stew/ranges
const useCApi = true

View File

@ -7,7 +7,7 @@ skipDirs = @["examples", "tests"]
### Dependencies
requires "nim >= 0.18.1",
"ranges",
"stew",
"tempfile"
proc test(name: string, lang: string = "c") =