mirror of
https://github.com/status-im/nim-serialization.git
synced 2025-01-12 04:44:27 +00:00
std_shims -> stew
This commit is contained in:
parent
6025b5d3a7
commit
5c2d0c7253
@ -9,4 +9,4 @@ skipDirs = @["tests"]
|
||||
|
||||
requires "nim >= 0.19.0",
|
||||
"faststreams",
|
||||
"std_shims"
|
||||
"stew"
|
||||
|
@ -1,5 +1,5 @@
|
||||
import
|
||||
std_shims/macros_shim
|
||||
stew/shims/macros
|
||||
|
||||
template dontSerialize* {.pragma.}
|
||||
## Specifies that a certain field should be ignored for
|
||||
|
Loading…
x
Reference in New Issue
Block a user