diff options
author | Dave Gauer <dave@ratfactor.com> | 2021-12-20 14:43:51 -0500 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2021-12-20 14:43:51 -0500 |
commit | d8c8e865915c66db048df471e0be46d03187ae25 (patch) | |
tree | 04235d9177482d2605c027b4063a030f346cad09 /README.md | |
parent | 10a0cda1368f25aef0864e935b0478020c3b3bd2 (diff) | |
download | ziglings-d8c8e865915c66db048df471e0be46d03187ae25.tar.gz ziglings-d8c8e865915c66db048df471e0be46d03187ae25.tar.bz2 ziglings-d8c8e865915c66db048df471e0be46d03187ae25.tar.xz ziglings-d8c8e865915c66db048df471e0be46d03187ae25.zip |
Update c_void to anyopaque to fix #84
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -41,7 +41,7 @@ Verify the installation and build number of `zig` like so: ```bash $ zig version -0.9.0-dev.1343+xxxxxxxxx +0.9.0-dev.2025+xxxxxxxxx ``` Clone this repository with Git: @@ -61,7 +61,7 @@ $ zig build The Zig language is under very active development. In order to be current, Ziglings tracks **development** builds of the Zig compiler rather than -versioned **release** builds. The last stable release was `0.7.1`, but Ziglings +versioned **release** builds. The last stable release was `0.8.1`, but Ziglings needs a dev build with pre-release version "0.9.0" and a build number at least as high as that shown in the example version check above. @@ -77,6 +77,7 @@ about input: ### Version Changes +* 2021-12-20 0.9.0-dev.2025 - `c_void` is now `anyopaque` * 2021-06-14 0.9.0-dev.137 - std.build.Id `.Custom` is now `.custom` * 2021-04-21 0.8.0-dev.1983 - std.fmt.format() `any` format string required * 2021-02-12 0.8.0-dev.1065 - std.fmt.format() `s` (string) format string required |