The declarations std.zig.CrossTarget, std.fs.MAX_PATH_BYTES, and std.mem.tokenize were made into compile errors in zig version 0.13.0-dev.33+76fb2b685. Individually, these were deprecated (but not made compile errors) in:
std.mem.tokenize: 0.10.0-dev.3139+9da3a9733
std.zig.CrossTarget: 0.11.0-dev.1886+3179f58c4
std.fs.MAX_PATH_BYTES: 0.11.0-dev.3382+cd62005f1
so this change makes zigup unbuildable with versions of zig prior to 0.11.0-dev.3382+cd62005f1 (if it was previously was), but allows building zigup with with zig versions after 0.13.0-dev.33+76fb2b685.
Extracted from #139.
The declarations
std.zig.CrossTarget
,std.fs.MAX_PATH_BYTES
, andstd.mem.tokenize
were made into compile errors in zig version 0.13.0-dev.33+76fb2b685. Individually, these were deprecated (but not made compile errors) in:so this change makes zigup unbuildable with versions of zig prior to 0.11.0-dev.3382+cd62005f1 (if it was previously was), but allows building zigup with with zig versions after 0.13.0-dev.33+76fb2b685.