From bc98057d669c3256c3820bb18ca88d166426da23 Mon Sep 17 00:00:00 2001 From: Manlio Perillo Date: Wed, 12 Apr 2023 18:41:40 +0200 Subject: Update the code to the new zig version Update the code to the breaking change in ziglang commit 60eabc0ec (std.Build.CompileStep: remove run() and install()) Update the zig version in the README.md file. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index d807381..298d8b7 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Verify the installation and build number of `zig` like so: ```bash $ zig version -0.11.0-dev.2401+xxxxxxxxx +0.11.0-dev.2560+xxxxxxxxx ``` Clone this repository with Git: @@ -80,7 +80,8 @@ about input: ### Version Changes -Version-0.11.0-dev.2401+xxxxxxxxx +Version-0.11.0-dev.2560+602029bb2 +* *2023-04-07* zig 0.11.0-dev.2401 - fixes of the new build system - #212 * *2023-02-21* zig 0.11.0-dev.2157 - changes in `build system` - new: parallel processing of the build steps * *2023-02-21* zig 0.11.0-dev.1711 - changes in `for loops` - new: Multi-Object For-Loops + Struct-of-Arrays * *2023-02-12* zig 0.11.0-dev.1638 - changes in `std.Build` cache_root now returns a directory struct -- cgit v1.2.3-70-g09d2