Zig: Update installed zig

This commit is contained in:
doyle 2020-11-18 15:58:14 +11:00
parent d7770d45a7
commit e6520cc9c3

View File

@ -75,7 +75,7 @@ if exist "%rg_exe%" (
REM REM
REM Zig REM Zig
REM REM
set zig_version=0.6.0 set zig_version=0.7.0
set zig_file=zig-windows-x86_64-%zig_version%.zip set zig_file=zig-windows-x86_64-%zig_version%.zip
set zig_zip=%installer_root%\win32_%zig_file% set zig_zip=%installer_root%\win32_%zig_file%
set zig_path=%compiler_root%\zig-windows-x86_64-%zig_version% set zig_path=%compiler_root%\zig-windows-x86_64-%zig_version%