Skip to content

Commit

Permalink
std_shims -> stew
Browse files Browse the repository at this point in the history
  • Loading branch information
arnetheduck committed Jul 7, 2019
1 parent 6025b5d commit 5c2d0c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion serialization.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ skipDirs = @["tests"]

requires "nim >= 0.19.0",
"faststreams",
"std_shims"
"stew"
2 changes: 1 addition & 1 deletion serialization/object_serialization.nim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import
std_shims/macros_shim
stew/shims/macros

template dontSerialize* {.pragma.}
## Specifies that a certain field should be ignored for
Expand Down

0 comments on commit 5c2d0c7

Please sign in to comment.