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

View File

@@ -1,7 +1,7 @@
.{ .{
.name = .LR_C, .name = .LR_C,
.version = "0.0.1", .version = "0.0.1",
.minimum_zig_version = "0.16.0-dev.2322+ff8dbd010", .minimum_zig_version = "0.16.0-dev.2510+bcb5218a2",
.paths = .{""}, .paths = .{""},
.fingerprint = 0x4d4893f685c01337, .fingerprint = 0x4d4893f685c01337,
} }

2
envrc
View File

@@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# DEPENDS: curl, tar, xz, realpath # 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_PLATFORM="x86_64-linux"
ZIG_DIST="zig-${ZIG_PLATFORM}-${ZIG_VERSION}" ZIG_DIST="zig-${ZIG_PLATFORM}-${ZIG_VERSION}"
ZIG_DIR="./.direnv/${ZIG_DIST}/" ZIG_DIR="./.direnv/${ZIG_DIST}/"