std_shims -> stew
This commit is contained in:
parent
e127b49cd4
commit
f349761b76
|
@ -9,7 +9,7 @@ skipDirs = @["tests"]
|
|||
|
||||
requires "nim >= 0.17.0",
|
||||
"serialization",
|
||||
"std_shims"
|
||||
"stew"
|
||||
|
||||
task test, "Run tests":
|
||||
for filename in [
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import
|
||||
strutils, unicode,
|
||||
faststreams/input_stream, std_shims/objects,
|
||||
faststreams/input_stream, stew/objects,
|
||||
types
|
||||
|
||||
export
|
||||
|
|
Loading…
Reference in New Issue