chore(build): update to zig 0.16.0-dev.2510+bcb5218a2

This commit is contained in:
xeon
2026-02-07 11:52:43 +03:00
parent b36ef02e6b
commit bac9664088
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.2368+380ea6fb5"
ZIG_VERSION="0.16.0-dev.2510+bcb5218a2"
ZIG_PLATFORM="x86_64-linux"
ZIG_DIST="zig-${ZIG_PLATFORM}-${ZIG_VERSION}"
ZIG_DIR="./.direnv/${ZIG_DIST}/"