Compare commits

..

No commits in common. "master" and "zig-0.13.0" have entirely different histories.

2 changed files with 9 additions and 9 deletions

View file

@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: elerch/setup-zig@v3
with:
version: 0.14.0
version: 0.13.0
- uses: elerch/zig-action-cache@v1.1.6
- name: Build project
run: zig build --summary all

View file

@ -1,7 +1,6 @@
.{
.name = .smithy,
.name = "smithy",
.version = "1.0.0",
.fingerprint = 0xccfd3d0281810cb8,
.paths = .{
"build.zig",
"build.zig.zon",
@ -10,5 +9,6 @@
"LICENSE",
},
.dependencies = .{},
.dependencies = .{
},
}