std_shims -> stew
This commit is contained in:
parent
234c7d2756
commit
60faf6af17
|
@ -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
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ skipDirs = @["examples", "tests"]
|
|||
|
||||
### Dependencies
|
||||
requires "nim >= 0.18.1",
|
||||
"ranges",
|
||||
"stew",
|
||||
"tempfile"
|
||||
|
||||
proc test(name: string, lang: string = "c") =
|
||||
|
|
Loading…
Reference in New Issue