zig-args icon indicating copy to clipboard operation
zig-args copied to clipboard

min zig version

Open softprops opened this issue 1 year ago • 0 comments

What is this projects minimum supported zig version that can be depended on?

The projects declared min version is 0.12.0

I was able to use this with the current release version of 0.13.0 but a recent commit breaks in zig 0.13.0.

Understandably zig stability is a moving target but would it be possible to cut a release tag which is compatible with 0.13.0 so users of this library do not have to depend on non released versions of zig?

softprops avatar Oct 18 '24 12:10 softprops