fixed build: renamed exec to run

This commit is contained in:
Chris Boesch
2023-10-24 11:57:44 +02:00
parent 633af411e6
commit 8a1fbea5c9
2 changed files with 6 additions and 5 deletions

View File

@@ -95,7 +95,8 @@ that if you update one, you may need to also update the other.
### Version Changes
Version-0.11.0-dev.4246+71dfce31b
Version-0.12.0-dev.1243
* *2023-10-24* zig 0.12.0-dev.1243 - changes in `std.ChildProcess`: renamed exec to run - see[#5853](https://github.com/ziglang/zig/issues/5853)
* *2023-06-26* zig 0.11.0-dev.4246 - changes in compile step (now it can be null)
* *2023-06-26* zig 0.11.0-dev.3853 - removal of destination type from all cast builtins
* *2023-06-20* zig 0.11.0-dev.3747 - `@enumToInt` is now `@intFromEnum` and `@intToFloat` is now `@floatFromInt`