update to latest zig

This commit is contained in:
Mitchell Hashimoto
2022-07-21 09:03:39 -07:00
parent 312434a4b7
commit 079e5e6ccf
2 changed files with 4 additions and 4 deletions

View File

@ -106,7 +106,7 @@ fn conformanceSteps(
// Open the directory ./conformance // Open the directory ./conformance
const c_dir_path = root() ++ "/conformance"; const c_dir_path = root() ++ "/conformance";
var c_dir = try fs.openDirAbsolute(c_dir_path, .{ .iterate = true }); var c_dir = try fs.openIterableDirAbsolute(c_dir_path, .{});
defer c_dir.close(); defer c_dir.close();
// Go through and add each as a step // Go through and add each as a step

6
flake.lock generated
View File

@ -109,11 +109,11 @@
"nixpkgs": "nixpkgs_2" "nixpkgs": "nixpkgs_2"
}, },
"locked": { "locked": {
"lastModified": 1657932590, "lastModified": 1658364818,
"narHash": "sha256-/VYiDnfb2HMs5N4eEB2PHDW07FDDiRUtz3uYhHVZztk=", "narHash": "sha256-i2tMXGyg65fCSId1oI2Yx8eB49FeXdHylLeiXOCJppQ=",
"owner": "roarkanize", "owner": "roarkanize",
"repo": "zig-overlay", "repo": "zig-overlay",
"rev": "a5081a3f6ffc59ddb82fce68bb695779c0ea0aac", "rev": "e9fedbc0f672b54baa5a671a7e5729a366278188",
"type": "github" "type": "github"
}, },
"original": { "original": {