We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb63a3a commit 50c17b7Copy full SHA for 50c17b7
.github/workflows/docs.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@v4
23
- uses: mlugg/setup-zig@v1
24
with:
25
- version: 0.13.0
+ version: 0.14.0
26
- name: Build
27
run: zig build docs
28
- name: Upload
.github/workflows/main.yml
@@ -16,6 +16,6 @@ jobs:
16
17
18
19
20
21
run: zig build test
build.zig.zon
@@ -1,6 +1,8 @@
1
.{
2
- .name = "ansi-term",
+ .name = .ansi_term,
3
.version = "0.0.0",
4
+ .fingerprint = 0xa403c76fcb80b6fd,
5
+
6
.paths = .{
7
"build.zig",
8
"build.zig.zon",
0 commit comments