mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-14 14:06:08 +00:00
Defines minimum supported zig version.
This commit is contained in:
parent
6d522c07c5
commit
dc982cf125
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@ -29,8 +29,6 @@ jobs:
|
||||
|
||||
- name: Setup Zig
|
||||
uses: mlugg/setup-zig@v1
|
||||
with:
|
||||
version: master
|
||||
|
||||
- run: zig version
|
||||
- run: zig env
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user