#Is there a way to see what version of Zig a module is made for?
1 messages · Page 1 of 1 (latest)
I've tried using 0.15.2 and 0.17.0-dev and both failed to build. I'm just wondering if there's an easier way to find out this info
There is a minimum_version field in the build.zig.zon file.
in this case its 0.14.0 per the build.zig.zon.
no way to tell on a module basis, only projects, and only if they have that field which is optional. Or maybe it could mention the zig version in the readme.
that is about all you got, other than trying different versions until it builds