Merge pull request #186 from uzyn/min-zig-ver

Defines minimum supported Zig version.
This commit is contained in:
bobf 2025-04-15 08:36:57 +01:00 committed by GitHub
commit ace82985ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
- name: Setup Zig
uses: mlugg/setup-zig@v1
with:
version: master
version: 0.15.0-dev.345+ec2888858
- 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",