Update zig version (#7103)

* Update zig version

* Update Dockerfile

---------

Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
This commit is contained in:
Jarred Sumner
2023-11-14 11:34:18 +01:00
committed by GitHub
parent d4628992d8
commit d4adcb3ccf
6 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
const recommended_zig_version = "0.12.0-dev.1571+03adafd80";
const recommended_zig_version = "0.12.0-dev.1604+caae40c21";
const zig_version = @import("builtin").zig_version;
const std = @import("std");