mirror of https://github.com/vacp2p/nim-stint.git
std_shims -> stew
This commit is contained in:
parent
0761f33b91
commit
33562884a1
|
@ -8,7 +8,7 @@ skipDirs = @["tests", "benchmarks"]
|
|||
|
||||
# TODO test only requirements don't work: https://github.com/nim-lang/nimble/issues/482
|
||||
requires "nim >= 0.19",
|
||||
"std_shims"
|
||||
"stew"
|
||||
#, "https://github.com/alehander42/nim-quicktest >= 0.18.0", "https://github.com/status-im/nim-ttmath"
|
||||
|
||||
proc test(name: string, lang: string = "c") =
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
# at your option. This file may not be copied, modified, or distributed except according to those terms.
|
||||
|
||||
import ./datatypes, ./conversion, std_shims/support/bitops2
|
||||
import ./datatypes, ./conversion, stew/bitops2
|
||||
export bitops2
|
||||
|
||||
# Bitops from support library
|
||||
|
|
Loading…
Reference in New Issue