std_shims -> stew

This commit is contained in:
Jacek Sieka 2019-07-07 11:46:32 +02:00
parent e127b49cd4
commit f349761b76
No known key found for this signature in database
GPG Key ID: A1B09461ABB656B8
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ skipDirs = @["tests"]
requires "nim >= 0.17.0",
"serialization",
"std_shims"
"stew"
task test, "Run tests":
for filename in [

View File

@ -1,6 +1,6 @@
import
strutils, unicode,
faststreams/input_stream, std_shims/objects,
faststreams/input_stream, stew/objects,
types
export