chore: sync zig master version

This commit is contained in:
Nurul Huda (Apon) 2026-06-26 17:18:11 +06:00
parent bebe9f5d60
commit a0aad9472f
No known key found for this signature in database
GPG Key ID: 5D3F1DE2855A2F79
5 changed files with 7 additions and 7 deletions

View File

@ -41,7 +41,7 @@ jobs:
- name: Setup Zig
uses: mlugg/setup-zig@v2
with:
version: 0.17.0-dev.892+54537285c
version: 0.17.0-dev.956+2dca73595
- name: Build project
# run: zig build -Dlsp=true
@ -68,7 +68,7 @@ jobs:
- name: Setup Zig
uses: mlugg/setup-zig@v2
with:
version: 0.17.0-dev.892+54537285c
version: 0.17.0-dev.956+2dca73595
- name: Run tests
run: zig build test

View File

@ -44,7 +44,7 @@ jobs:
if: ${{ !inputs.base_url }}
uses: mlugg/setup-zig@v2
with:
version: 0.17.0-dev.892+54537285c
version: 0.17.0-dev.956+2dca73595
- name: Setup Node
uses: actions/setup-node@v4

View File

@ -5,7 +5,7 @@
.repository = "https://github.com/ziex-dev/ziex",
.homepage = "https://ziex.dev",
.fingerprint = 0x249409a7bd1c7667,
.minimum_zig_version = "0.17.0-dev.892+54537285c",
.minimum_zig_version = "0.17.0-dev.956+2dca73595",
.dependencies = .{
// Ziex JS - The JavaScript glue code for csr/wasi/cloudflare/aws-lambda/vercel/react
.ziex_js = .{

View File

@ -2,6 +2,6 @@
.name = .db_postgres,
.version = "0.1.0",
.fingerprint = 0x833b56a066777e92,
.minimum_zig_version = "0.17.0-dev.892+54537285c",
.minimum_zig_version = "0.17.0-dev.956+2dca73595",
.paths = .{""},
}

View File

@ -14,8 +14,8 @@
.tailwindcss = .{ .path = "../pkg/plugin-tailwindcss" },
.ui = .{ .path = "../pkg/ui" },
.zig = .{
.url = "git+https://github.com/ziex-dev/zig.git?ref=0.17.0-dev#3f244f738a6e4bbaf4e33d3967952b3eb13bdd4f",
.hash = "zig-0.0.0-Fp4XJIEf_A0yo_pEE71WaIz5hySNNRPxV9OCyvj5WUIV",
.url = "git+https://github.com/ziex-dev/zig.git?ref=0.17.0-dev.956#e6e760971f3e3d65e638c743632d3db49a1e8bed",
.hash = "zig-0.0.0-Fp4XJF8XDw4HjA_SFmHjgG5HNEEH_r8aHcuzDRhqBibq",
},
.branding = .{
.url = "git+https://github.com/ziex-dev/branding.git#04a22af76e2198d06c429e4025f960f76d93bf9f",