build: update to Zig 0.11.0

This commit is contained in:
link2xt
2023-08-04 20:08:20 +00:00
parent e12044e6af
commit 3ab181fdf8
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ unset RUSTFLAGS
# Pin Rust version to avoid uncontrolled changes in the compiler and linker flags.
export RUSTUP_TOOLCHAIN=1.71.0
ZIG_VERSION=0.11.0-dev.2213+515e1c93e
ZIG_VERSION=0.11.0
# Download Zig
rm -fr "$ZIG_VERSION" "zig-linux-x86_64-$ZIG_VERSION.tar.xz"