mirror of
https://git.xeondev.com/LR/S.git
synced 2026-03-22 07:32:21 +01:00
chore(build!): update to zig 0.16.0-dev.2471+e9eadee00
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
.{
|
.{
|
||||||
.name = .LR_S,
|
.name = .LR_S,
|
||||||
.version = "0.1.0",
|
.version = "0.1.0",
|
||||||
.minimum_zig_version = "0.16.0-dev.2459+37d14a4f3",
|
.minimum_zig_version = "0.16.0-dev.2471+e9eadee00",
|
||||||
.paths = .{""},
|
.paths = .{""},
|
||||||
.fingerprint = 0x50ff8392fab61337,
|
.fingerprint = 0x50ff8392fab61337,
|
||||||
}
|
}
|
||||||
|
|||||||
2
envrc
2
envrc
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# DEPENDS: curl, tar, xz, realpath
|
# 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_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}/"
|
||||||
|
|||||||
Reference in New Issue
Block a user