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