std_shims -> stew

This commit is contained in:
Jacek Sieka 2019-07-07 11:50:53 +02:00
parent 0761f33b91
commit 33562884a1
No known key found for this signature in database
GPG Key ID: A1B09461ABB656B8
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ skipDirs = @["tests", "benchmarks"]
# TODO test only requirements don't work: https://github.com/nim-lang/nimble/issues/482 # TODO test only requirements don't work: https://github.com/nim-lang/nimble/issues/482
requires "nim >= 0.19", requires "nim >= 0.19",
"std_shims" "stew"
#, "https://github.com/alehander42/nim-quicktest >= 0.18.0", "https://github.com/status-im/nim-ttmath" #, "https://github.com/alehander42/nim-quicktest >= 0.18.0", "https://github.com/status-im/nim-ttmath"
proc test(name: string, lang: string = "c") = proc test(name: string, lang: string = "c") =

View File

@ -7,7 +7,7 @@
# #
# at your option. This file may not be copied, modified, or distributed except according to those terms. # 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 export bitops2
# Bitops from support library # Bitops from support library