chore(build!): update to zig 0.16.0-dev.2471+e9eadee00

This commit is contained in:
xeon
2026-02-04 14:55:46 +03:00
parent f0c3f57602
commit 3acc274a7d
2 changed files with 2 additions and 2 deletions

2
envrc
View File

@@ -1,7 +1,7 @@
#!/bin/sh
# DEPENDS: curl, tar, xz, realpath
ZIG_VERSION="0.16.0-dev.2459+37d14a4f3"
ZIG_VERSION="0.16.0-dev.2471+e9eadee00"
ZIG_PLATFORM="x86_64-linux"
ZIG_DIST="zig-${ZIG_PLATFORM}-${ZIG_VERSION}"
ZIG_DIR="./.direnv/${ZIG_DIST}/"