Skip to content

Commit 50c17b7

Browse files
LordMZTEjoachimschmidt557
authored andcommitted
chore: port to Zig 0.14.0
1 parent fb63a3a commit 50c17b7

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323
- uses: mlugg/setup-zig@v1
2424
with:
25-
version: 0.13.0
25+
version: 0.14.0
2626
- name: Build
2727
run: zig build docs
2828
- name: Upload

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: mlugg/setup-zig@v1
1818
with:
19-
version: 0.13.0
19+
version: 0.14.0
2020
- name: Build
2121
run: zig build test

build.zig.zon

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
.{
2-
.name = "ansi-term",
2+
.name = .ansi_term,
33
.version = "0.0.0",
4+
.fingerprint = 0xa403c76fcb80b6fd,
5+
46
.paths = .{
57
"build.zig",
68
"build.zig.zon",

0 commit comments

Comments
 (0)