diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2b3022..f57d026 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: - name: Set up Zig uses: korandoru/setup-zig@v1 with: - zig-version: 0.15.2 + zig-version: 0.16.0 - name: Lint run: zig fmt --check *.zig @@ -25,7 +25,7 @@ jobs: - name: Set up Zig uses: korandoru/setup-zig@v1 with: - zig-version: 0.15.2 + zig-version: 0.16.0 - name: Test run: zig build test --summary all diff --git a/build.zig.zon b/build.zig.zon index 405a97b..f5a77e2 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -15,7 +15,7 @@ // This field is optional. // This is currently advisory only; Zig does not yet do anything // with this value. - .minimum_zig_version = "0.15.2", + .minimum_zig_version = "0.16.0", // Together with name, this represents a globally unique package // identifier. This field is generated by the Zig toolchain when the