chore(build!): update to zig 0.16.0-dev.2459+37d14a4f3

This commit is contained in:
xeon
2026-02-03 21:10:34 +03:00
parent 104fcf4b95
commit 277d5f5573
4 changed files with 7 additions and 15 deletions

2
envrc
View File

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