File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 6
6
pull_request :
7
7
branches :
8
8
- main
9
- schedule :
10
- - cron : ' 20 0 * * *'
9
+ # schedule:
10
+ # - cron: '20 0 * * *'
11
11
12
12
jobs :
13
13
build :
20
20
- name : Setup Zig Compiler
21
21
22
22
with :
23
- version : master
23
+ version : 0.14.0
24
24
25
25
- name : Build and test Zig Project
26
26
run : zig build
Original file line number Diff line number Diff line change @@ -140,6 +140,10 @@ And import the library to begin using it:
140
140
const lizpack = @import("lizpack");
141
141
```
142
142
143
+ ## Zig Version
144
+
145
+ Please refer to the ` minimum_zig_version ` field of the [ ` build.zig.zon ` ] ( /build.zig.zon ) .
146
+
143
147
## TODO
144
148
145
149
- [ ] refactor: use of has_sentinel
Original file line number Diff line number Diff line change 1
1
.{
2
2
.name = .lizpack ,
3
- .version = "0.7.1 " ,
4
- .minimum_zig_version = "0.14.0-dev.3446+50b40c962 " ,
3
+ .version = "0.7.2 " ,
4
+ .minimum_zig_version = "0.14.0" ,
5
5
.fingerprint = 0xfb79de2ca48bfd41 , // Changing this has security and trust implications.
6
6
.paths = .{
7
7
"build.zig" ,
You can’t perform that action at this time.
0 commit comments