bump to zig 0.14.dev
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 53s

This commit is contained in:
2024-11-16 21:06:42 +01:00
parent ace97e4bfc
commit dda2199706
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ This will result in the following output:
For more details about the output customization see the configuration options of the `zlog` module. Following options are available:
- _timestamp_ (default: `true`): Prepend the current timestamp before each log message.
- _stderr_ (default: `true`): Print log messages to stderr. **NOTE**: Currently not working as log output is not appended and only the last log message will be in the resulting log file! This is a not-yet-implemented feature of the standard library of zig 0.13.0! See this [issue](https://github.com/ziglang/zig/issues/14375) for more details.
- _stderr_ (default: `true`): Print log messages to stderr. **NOTE**: Currently not working as log output is not appended and only the last log message will be in the resulting log file! This is a not-yet-implemented feature of the standard library of zig! See this [issue](https://github.com/ziglang/zig/issues/14375) for more details.
## Tips