Skip to content

Commit

Permalink
Update to latest version of zig
Browse files Browse the repository at this point in the history
  • Loading branch information
Hejsil committed May 31, 2024
1 parent 28158d5 commit 2edc8ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
zig-cache
deps.zig
gyro.lock
.zig-cache
zig-out
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ fn readMeStep(b: *std.Build) *std.Build.Step {
.name = "ReadMeStep",
.owner = b,
.makeFn = struct {
fn make(_: *std.Build.Step, _: *std.Progress.Node) anyerror!void {
fn make(_: *std.Build.Step, _: std.Progress.Node) anyerror!void {
@setEvalBranchQuota(10000);
const file = try std.fs.cwd().createFile("README.md", .{});
const writer = file.writer();
Expand Down

0 comments on commit 2edc8ad

Please sign in to comment.