Commit Graph
2 Commits
Author SHA1 Message Date
rond 3abefbd402 fix(103 patch): ✏️ Update patch to reflect changes
Accidentally forgot to add an update in the patch file.
2023-10-04 09:12:48 +02:00
rond 4a3e4474b7 fix(103_tokenization): ✏️ Migrated to tokenizeAny
The tokenize functions seems to be deprecated as per the docs:
https://ziglang.org/documentation/master/std/#A;std:mem.tokenize

tokenizeAny is aliased to tokenizeAny as per:
https://github.com/ziglang/zig/blob/master/lib/std/mem.zig#L2130C32-L2130C32
2023-10-04 04:53:34 +02:00