Defines minimum supported zig version.

This commit is contained in:
U-Zyn Chua 2025-04-15 14:52:47 +08:00
parent 6d522c07c5
commit dc982cf125
No known key found for this signature in database
GPG Key ID: 3FA0C40D17978A59
2 changed files with 1 additions and 2 deletions

View File

@ -29,8 +29,6 @@ jobs:
- name: Setup Zig
uses: mlugg/setup-zig@v1
with:
version: master
- run: zig version
- run: zig env

View File

@ -2,6 +2,7 @@
.name = .jetzig,
.version = "0.0.0",
.fingerprint = 0x93ad8bfa2d209022,
.minimum_zig_version = "0.15.0-dev.345+ec2888858",
.dependencies = .{
.jetcommon = .{
.url = "https://github.com/jetzig-framework/jetcommon/archive/fb4edc13759d87bfcd9b1f5fcefdf93f8c9c62dd.tar.gz",